AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CertificateManager::Account

CfnAccount

The `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

import { CfnAccount } from 'aws-cdk-lib/aws-certificatemanager';

Or use the module namespace:

import * as certificatemanager from 'aws-cdk-lib/aws-certificatemanager';
// certificatemanager.CfnAccount

Properties

Configuration passed to the constructor as CfnAccountProps.

expiryEventsConfigurationRequired
IResolvable | ExpiryEventsConfigurationProperty

Object 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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter