EncryptionConfiguration

data class EncryptionConfiguration(val kmsKeyArn: String? = null, val sseType: String? = null)(source)

Configuration for encryption at rest

Constructors

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

Properties

Link copied to clipboard

ARN of the KMS key used for encryption

Link copied to clipboard

Server-side encryption type (e.g., 'KMS')