DomainSummary
Contains a summary of information about a domain.
Contents
- Arn
-
The Amazon Resource Name (ARN) for the domain.
Type: String
Pattern:
^arn:aws(-[^:]+)?:voiceid.+:[0-9]{12}:domain/[a-zA-Z0-9]{22}$
Required: No
- CreatedAt
-
The timestamp of when the domain was created.
Type: Timestamp
Required: No
- Description
-
The description of the domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: No
- DomainId
-
The identifier of the domain.
Type: String
Length Constraints: Fixed length of 22.
Pattern:
^[a-zA-Z0-9]{22}$
Required: No
- DomainStatus
-
The current status of the domain.
Type: String
Valid Values:
ACTIVE | PENDING | SUSPENDED
Required: No
- Name
-
The client-provided name for the domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_-]*$
Required: No
- ServerSideEncryptionConfiguration
-
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
Type: ServerSideEncryptionConfiguration object
Required: No
- ServerSideEncryptionUpdateDetails
-
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.
Type: ServerSideEncryptionUpdateDetails object
Required: No
- UpdatedAt
-
The timestamp of when the domain was last updated.
Type: Timestamp
Required: No
- WatchlistDetails
-
Provides information about
watchlistDetails
andDefaultWatchlistID
.Type: WatchlistDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: