AWS::CertificateManager::AccountThe `AWS::CertificateManager::Account` resource defines the expiry event configuration that determines the number of days prior to expiry when ACM starts generating EventBridge events.
import { CfnAccount } from 'aws-cdk-lib/aws-certificatemanager';Or use the module namespace:
import * as certificatemanager from 'aws-cdk-lib/aws-certificatemanager';
// certificatemanager.CfnAccountConfiguration passed to the constructor as CfnAccountProps.
expiryEventsConfigurationRequiredIResolvable | ExpiryEventsConfigurationPropertyObject containing expiration events options associated with an AWS account . For more information, see [ExpiryEventsConfiguration](https://docs.aws.amazon.com/acm/latest/APIReference/API_ExpiryEventsConfiguration.html) in the API reference.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-certificatemanagerAWS::CertificateManager::Account