You must be logged in to view saved presets
Configuration template for the expiry event configuration that determines the number of days prior to expiry when ACM starts generating EventBridge events.
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
AcmAccount:
Type: 'AWS::CertificateManager::Account'
Properties:
ExpiryEventsConfiguration:
DaysBeforeExpiry: 45
Parameters: {}
Metadata: {}
Conditions: {}