CanaryArtifactConfigS3Encryption

data class CanaryArtifactConfigS3Encryption(val encryptionMode: String? = null, val kmsKeyArn: String? = null)

Constructors

Link copied to clipboard
constructor(encryptionMode: String? = null, kmsKeyArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encryptionMode: String? = null

The encryption method to use for artifacts created by this canary. Valid values are: SSE_S3 and SSE_KMS.

Link copied to clipboard
val kmsKeyArn: String? = null

The ARN of the customer-managed KMS key to use, if you specify SSE_KMS for encryption_mode.