ACM / Client / get_account_configuration

get_account_configuration#

ACM.Client.get_account_configuration()#

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

See also: AWS API Documentation

Request Syntax

response = client.get_account_configuration()
Return type:

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