Lists the Amazon Chime Voice Connector groups for the administrator’s AWS account.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
list-voice-connector-groups
[--next-token <value>]
[--max-results <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--next-token
(string)
The token to use to retrieve the next page of results.
--max-results
(integer)
The maximum number of results to return in a single call.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Note
To use the following examples, you must have the AWS CLI installed and configured. See the Getting started guide in the AWS CLI User Guide for more information.
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See Using quotation marks with strings in the AWS CLI User Guide .
To list Amazon Chime Voice Connector groups for an Amazon Chime account
The following list-voice-connector-groups
example lists the Amazon Chime Voice Connector groups associated with the administrator’s Amazon Chime account.
aws chime list-voice-connector-groups
Output:
{
"VoiceConnectorGroups": [
{
"VoiceConnectorGroupId": "123a456b-c7d8-90e1-fg23-4h567jkl8901",
"Name": "myGroup",
"VoiceConnectorItems": [],
"CreatedTimestamp": "2019-09-18T16:38:34.734Z",
"UpdatedTimestamp": "2019-09-18T16:38:34.734Z"
}
]
}
For more information, see Working with Amazon Chime Voice Connector groups in the Amazon Chime Administration Guide.
VoiceConnectorGroups -> (list)
The details of the Amazon Chime Voice Connector groups.
(structure)
The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
VoiceConnectorGroupId -> (string)
The Amazon Chime Voice Connector group ID.
Name -> (string)
The name of the Amazon Chime Voice Connector group.
VoiceConnectorItems -> (list)
The Amazon Chime Voice Connectors to which to route inbound calls.
(structure)
For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3
VoiceConnectorItems
per Amazon Chime Voice Connector group.VoiceConnectorId -> (string)
The Amazon Chime Voice Connector ID.
Priority -> (integer)
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
CreatedTimestamp -> (timestamp)
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
UpdatedTimestamp -> (timestamp)
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
VoiceConnectorGroupArn -> (string)
The ARN of the specified Amazon Chime Voice Connector group.
NextToken -> (string)
The token to use to retrieve the next page of results.