Sse Specification Properties
data class SseSpecificationProperties(val customerManagedKeyEnabled: Boolean? = null, val kmsKeyArn: String? = null)
The configuration options for customer provided KMS encryption.
Constructors
Link copied to clipboard
fun SseSpecificationProperties(customerManagedKeyEnabled: Boolean? = null, kmsKeyArn: String? = null)