aws.voice_id.list_fraudsters
Example SQL Queries
SELECT * FROMaws.voice_id.list_fraudstersWHERE"domain_id" = 'VALUE';Description
Lists all fraudsters in a specified watchlist or domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the fraudster summary. | VARCHAR |
| watchlist_id Input Column The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed. | 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 fraudster summary was created. | TIMESTAMP_S |
| generated_fraudster_id The service-generated identifier for the fraudster. | VARCHAR |
| watchlist_ids The identifier of the watchlists the fraudster is a part of. | VARCHAR[] |
Show child fields
| |