aws.chime_sdk_voice.list_voice_profile_domains
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.list_voice_profile_domains;Description
Lists the specified voice profile domains in the administrator's AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| next_token Input Column The token used to return 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_profile_domains The list of voice profile domains. | STRUCT( |
Show child fields
| |