Chime / Client / update_global_settings

update_global_settings#

Chime.Client.update_global_settings(**kwargs)#

Updates 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.update_global_settings(
    BusinessCalling={
        'CdrBucket': 'string'
    },
    VoiceConnector={
        'CdrBucket': 'string'
    }
)
Parameters:
  • BusinessCalling (dict) –

    The Amazon Chime Business Calling settings.

    • CdrBucket (string) –

      The Amazon S3 bucket designated for call detail record storage.

  • VoiceConnector (dict) –

    The Amazon Chime Voice Connector settings.

    • CdrBucket (string) –

      The Amazon S3 bucket designated for call detail record storage.

Returns:

None

Exceptions