aws.voice_id.list_fraudster_registration_jobs
Example SQL Queries
SELECT * FROMaws.voice_id.list_fraudster_registration_jobsWHERE"domain_id" = 'VALUE';Description
Lists all the fraudster registration jobs in the domain with the given JobStatus. If JobStatus is not provided, this lists all fraudster registration jobs in the given domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the fraudster registration job. | VARCHAR |
| job_status Input Column The current status of the fraudster registration job. | 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 A timestamp of when the fraudster registration job was created. | TIMESTAMP_S |
| ended_at A timestamp of when the fraudster registration job ended. | TIMESTAMP_S |
| failure_details Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed. | STRUCT( |
Show child fields
| |
| job_id The service-generated identifier for the fraudster registration job. | VARCHAR |
| job_name The client-provided name for the fraudster registration job. | VARCHAR |
| job_progress Shows the completed percentage of registration requests listed in the input file. | STRUCT( |
Show child fields
| |