get_global_settings
()¶Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
See also: AWS API Documentation
Request Syntax
response = client.get_global_settings()
{
'BusinessCalling': {
'CdrBucket': 'string'
},
'VoiceConnector': {
'CdrBucket': 'string'
}
}
Response Structure
The Amazon Chime Business Calling settings.
The Amazon S3 bucket designated for call detail record storage.
The Amazon Chime Voice Connector settings.
The Amazon S3 bucket designated for call detail record storage.
Exceptions
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException