aws.voice_id.describe_watchlist
Example SQL Queries
SELECT * FROMaws.voice_id.describe_watchlistWHERE"domain_id" = 'VALUE'AND "watchlist_id" = 'VALUE';Description
Describes the specified watchlist.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the watchlist. | VARCHAR |
| watchlist_id Required Input Column The identifier of the watchlist that you are describing. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| watchlist Information about the specified watchlist. | STRUCT( |
Show child fields
| |