DomainSummary

Contains a summary of 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 client-provided 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 updated.

Link copied to clipboard

Provides information about watchlistDetails and DefaultWatchlistID.

Functions

Link copied to clipboard
inline fun copy(block: DomainSummary.Builder.() -> Unit = {}): DomainSummary
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