GetDomainResult

data class GetDomainResult(val description: String? = null, val domainId: String? = null, val name: String? = null, val serverSideEncryptionConfiguration: DomainServerSideEncryptionConfiguration? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, domainId: String? = null, name: String? = null, serverSideEncryptionConfiguration: DomainServerSideEncryptionConfiguration? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the domain.

Link copied to clipboard
val domainId: String? = null

The identifier of the domain.

Link copied to clipboard
val name: 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: List<Tag>? = null

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