aws.chime_sdk_voice.list_voice_profiles
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.list_voice_profilesWHERE"voice_profile_domain_id" = 'VALUE';Description
Lists the voice profiles in a voice profile domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| voice_profile_domain_id Required Input Column The ID of the voice profile domain. | VARCHAR |
| max_results Input Column The maximum number of results in the request. | BIGINT |
| next_token Input Column The token used to retrieve the next page of results. | 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
| |
| voice_profiles The list of voice profiles. | STRUCT( |
Show child fields
| |