:doc:`MediaLive <../../medialive>` / Client / describe_account_configuration

******************************
describe_account_configuration
******************************



.. py:method:: MediaLive.Client.describe_account_configuration()

  Describe account configuration

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfiguration>`_  


  **Request Syntax**
  ::

    response = client.describe_account_configuration()
    
    
  
  :rtype: 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**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaLive.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaLive.Client.exceptions.BadGatewayException`

  
  *   :py:class:`MediaLive.Client.exceptions.GatewayTimeoutException`

  
  *   :py:class:`MediaLive.Client.exceptions.TooManyRequestsException`

  