DomainServerSideEncryptionConfigurationArgs

data class DomainServerSideEncryptionConfigurationArgs(val kmsKeyId: Output<String>) : ConvertibleToJava<DomainServerSideEncryptionConfigurationArgs>

Constructors

constructor(kmsKeyId: Output<String>)

Properties

Link copied to clipboard
val kmsKeyId: Output<String>

The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.

Functions

Link copied to clipboard
open override fun toJava(): DomainServerSideEncryptionConfigurationArgs