aws.chime_sdk_voice.list_voice_connector_groups
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.list_voice_connector_groups;Description
Lists the Amazon Chime SDK Voice Connector groups 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_connector_groups The details of the Voice Connector groups. | STRUCT( |
Show child fields
| |