Builder

class Builder

Properties

Link copied to clipboard

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

Link copied to clipboard
var sses3: Sses3?

Specifies the use of SSE-S3 to encrypt delivered inventory reports.

Functions

Link copied to clipboard
fun ssekms(block: Ssekms.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.s3.model.Ssekms inside the given block

Link copied to clipboard
fun sses3(block: Sses3.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.s3.model.Sses3 inside the given block