:doc:`ACM <../../acm>` / Client / get_account_configuration

*************************
get_account_configuration
*************************



.. py:method:: ACM.Client.get_account_configuration()

  

  Returns the account configuration options associated with an Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/GetAccountConfiguration>`_  


  **Request Syntax**

  ::

    response = client.get_account_configuration()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ExpiryEvents': {
              'DaysBeforeExpiry': 123
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ExpiryEvents** *(dict) --* 

        Expiration events configuration options associated with the Amazon Web Services account.

        
        

        - **DaysBeforeExpiry** *(integer) --* 

          Specifies the number of days prior to certificate expiration when ACM starts generating ``EventBridge`` events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.

          
    
  
  **Exceptions**
  
  *   :py:class:`ACM.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ACM.Client.exceptions.AccessDeniedException`

  