SecurityConfigurationEncryptionConfigurationS3Encryption

data class SecurityConfigurationEncryptionConfigurationS3Encryption(val kmsKeyArn: String? = null, val s3EncryptionMode: String? = null)

Constructors

constructor(kmsKeyArn: String? = null, s3EncryptionMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

Link copied to clipboard

Encryption mode to use for S3 data. Valid values: DISABLED, SSE-KMS, SSE-S3. Default value: DISABLED.