SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption

data class SecurityConfigurationEncryptionConfigurationJobBookmarksEncryption(val jobBookmarksEncryptionMode: String? = null, val kmsKeyArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption mode to use for job bookmarks data. Valid values: CSE-KMS, DISABLED. 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.