Configuration template for the expiry event configuration that determines the number of days prior to expiry when ACM starts generating EventBridge events.

ACM automatically renews certificates. However, there are exceptions where user action is needed for certificate renewal. For example, ACM does not attempt to renew third-party certificates that are imported. Also, an administrator needs to reconfigure missing DNS records for certificates that use DNS validation if the record was removed for any reason after the certificate was issued.
Items
1
Size
0.2 KB
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  AcmAccount:
    Type: 'AWS::CertificateManager::Account'
    Properties:
      ExpiryEventsConfiguration:
        DaysBeforeExpiry: 45
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

* Required field