DatabaseEncryptionConfiguration

data class DatabaseEncryptionConfiguration(val encryptionOption: String, val kmsKey: String? = null)

Constructors

Link copied to clipboard
constructor(encryptionOption: String, kmsKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of key; one of SSE_S3, SSE_KMS, CSE_KMS

Link copied to clipboard
val kmsKey: String? = null

KMS key ARN or ID; required for key types SSE_KMS and CSE_KMS.