Domain

class Domain

Contains all the information about a domain.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the domain.

Link copied to clipboard

The timestamp of when the domain was created.

Link copied to clipboard

The description of the domain.

Link copied to clipboard

The identifier of the domain.

Link copied to clipboard

The current status of the domain.

Link copied to clipboard
val name: String?

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

Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.

Link copied to clipboard

The timestamp of when the domain was last update.

Link copied to clipboard

The watchlist details of a domain. Contains the default watchlist ID of the domain.

Functions

Link copied to clipboard
inline fun copy(block: Domain.Builder.() -> Unit = {}): Domain
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String