aws.voice_id.describe_speaker
Example SQL Queries
SELECT * FROMaws.voice_id.describe_speakerWHERE"domain_id" = 'VALUE'AND "speaker_id" = 'VALUE';Description
Describes the specified speaker.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the speaker. | VARCHAR |
| speaker_id Required Input Column The identifier of the speaker 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
| |
| speaker Information about the specified speaker. | STRUCT( |
Show child fields
| |