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