aws.voice_id.list_watchlists
Example SQL Queries
SELECT * FROMaws.voice_id.list_watchlistsWHERE"domain_id" = 'VALUE';Description
Lists all watchlists in a specified domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the watchlist. | 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
| |
| created_at The timestamp of when the watchlist was created. | TIMESTAMP_S |
| default_watchlist Whether the specified watchlist is the default watchlist of a domain. | BOOLEAN |
| description The description of the watchlist. | VARCHAR |
| name The name for the watchlist. | VARCHAR |
| updated_at The timestamp of when the watchlist was last updated. | TIMESTAMP_S |
| watchlist_id The identifier of the watchlist. | VARCHAR |