MediaLive / Client / describe_account_configuration

describe_account_configuration#

MediaLive.Client.describe_account_configuration()#

Describe account configuration

See also: AWS API Documentation

Request Syntax

response = client.describe_account_configuration()
Return type:

dict

Returns:

Response Syntax

{
    'AccountConfiguration': {
        'KmsKeyId': 'string'
    }
}

Response Structure

  • (dict) – An array of account configuration options.

    • AccountConfiguration (dict) – Placeholder documentation for AccountConfiguration

      • KmsKeyId (string) – Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.

Exceptions