SecurityConfigurationEncryptionConfigurationCloudwatchEncryption

data class SecurityConfigurationEncryptionConfigurationCloudwatchEncryption(val cloudwatchEncryptionMode: String? = null, val kmsKeyArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val kmsKeyArn: String? = null

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