get_voice_connector_proxy
(**kwargs)¶Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
See also: AWS API Documentation
Request Syntax
response = client.get_voice_connector_proxy(
VoiceConnectorId='string'
)
[REQUIRED]
The Amazon Chime voice connector ID.
{
'Proxy': {
'DefaultSessionExpiryMinutes': 123,
'Disabled': True|False,
'FallBackPhoneNumber': 'string',
'PhoneNumberCountries': [
'string',
]
}
}
Response Structure
The proxy configuration details.
The default number of minutes allowed for proxy sessions.
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
The phone number to route calls to after a proxy session expires.
The countries for proxy phone numbers to be selected from.
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