SseSpecificationProperties

data class SseSpecificationProperties(val customerManagedKeyEnabled: Boolean? = null, val kmsKeyArn: String? = null)

The configuration options for customer provided KMS encryption.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to encrypt the policy with the provided key or disable encryption

Link copied to clipboard
val kmsKeyArn: String? = null

KMS Key Arn used to encrypt the group policy