MediaLive / Client / update_account_configuration
update_account_configuration#
- MediaLive.Client.update_account_configuration(**kwargs)#
Update account configuration
See also: AWS API Documentation
Request Syntax
response = client.update_account_configuration( AccountConfiguration={ 'KmsKeyId': 'string' } )
- Parameters:
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.
- Return type:
dict
- Returns:
Response Syntax
{ 'AccountConfiguration': { 'KmsKeyId': 'string' } }
Response Structure
(dict) – Successful update of the account configuration.
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