AWS::CertificateManager::Account ExpiryEventsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CertificateManager::Account ExpiryEventsConfiguration

Object containing expiration events options associated with an Amazon Web Services account. For more information, see ExpiryEventsConfiguration in the API reference.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DaysBeforeExpiry" : Integer }

YAML

DaysBeforeExpiry: Integer

Properties

DaysBeforeExpiry

This option 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.

Required: No

Type: Integer

Minimum: 1

Maximum: 45

Update requires: No interruption