Verified Access Group Sse Specification Args
data class VerifiedAccessGroupSseSpecificationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<VerifiedAccessGroupSseSpecificationArgs>
The configuration options for customer provided KMS encryption.
Constructors
Link copied to clipboard
fun VerifiedAccessGroupSseSpecificationArgs(customerManagedKeyEnabled: Output<Boolean>? = null, kmsKeyArn: Output<String>? = null)