aws.voice_id.list_speakers
Example SQL Queries
SELECT * FROMaws.voice_id.list_speakersWHERE"domain_id" = 'VALUE';Description
Lists all speakers in a specified domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the speaker. | 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 showing the speaker's creation time. | TIMESTAMP_S |
| customer_speaker_id The client-provided identifier for the speaker. | VARCHAR |
| generated_speaker_id The service-generated identifier for the speaker. | VARCHAR |
| last_accessed_at The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour. | TIMESTAMP_S |
| status The current status of the speaker. | VARCHAR |
| updated_at A timestamp showing the speaker's last update. | TIMESTAMP_S |