DomainArgs

data class DomainArgs(val description: Output<String>? = null, val name: Output<String>? = null, val serverSideEncryptionConfiguration: Output<DomainServerSideEncryptionConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DomainArgs>

The AWS::VoiceID::Domain resource specifies an Amazon VoiceID Domain.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, serverSideEncryptionConfiguration: Output<DomainServerSideEncryptionConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the domain.

Link copied to clipboard
val name: Output<String>? = null

The name for the domain.

Link copied to clipboard

The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags used to organize, track, or control access for this resource.

Functions

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