Chime.Client.
get_voice_connector
(**kwargs)¶Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
See also: AWS API Documentation
Request Syntax
response = client.get_voice_connector(
VoiceConnectorId='string'
)
[REQUIRED]
The Amazon Chime Voice Connector ID.
{
'VoiceConnector': {
'VoiceConnectorId': 'string',
'AwsRegion': 'us-east-1'|'us-west-2',
'Name': 'string',
'OutboundHostName': 'string',
'RequireEncryption': True|False,
'CreatedTimestamp': datetime(2015, 1, 1),
'UpdatedTimestamp': datetime(2015, 1, 1),
'VoiceConnectorArn': 'string'
}
}
Response Structure
The Amazon Chime Voice Connector details.
The Amazon Chime Voice Connector ID.
The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1
.
The name of the Amazon Chime Voice Connector.
The outbound host name for the Amazon Chime Voice Connector.
Designates whether encryption is required for the Amazon Chime Voice Connector.
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
The ARN of the specified Amazon Chime Voice Connector.
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