get_voice_connector_group
(**kwargs)¶Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems
.
See also: AWS API Documentation
Request Syntax
response = client.get_voice_connector_group(
VoiceConnectorGroupId='string'
)
[REQUIRED]
The Amazon Chime Voice Connector group ID.
{
'VoiceConnectorGroup': {
'VoiceConnectorGroupId': 'string',
'Name': 'string',
'VoiceConnectorItems': [
{
'VoiceConnectorId': 'string',
'Priority': 123
},
],
'CreatedTimestamp': datetime(2015, 1, 1),
'UpdatedTimestamp': datetime(2015, 1, 1),
'VoiceConnectorGroupArn': 'string'
}
}
Response Structure
The Amazon Chime Voice Connector group details.
The Amazon Chime Voice Connector group ID.
The name of the Amazon Chime Voice Connector group.
The Amazon Chime Voice Connectors to which to route inbound calls.
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.
The Amazon Chime Voice Connector ID.
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
The ARN of the specified Amazon Chime Voice Connector group.
Exceptions
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.NotFoundException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException