AWS::CertificateManager::Account ExpiryEventsConfiguration
Object containing expiration events options associated with an AWS account. For more information, see ExpiryEventsConfiguration in the API reference.
Syntax
To declare this entity in your AWS 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