aws-cdk-lib.aws_certificatemanager.CfnAccountProps

interface CfnAccountProps

LanguageType name
.NETAmazon.CDK.AWS.CertificateManager.CfnAccountProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscertificatemanager#CfnAccountProps
Javasoftware.amazon.awscdk.services.certificatemanager.CfnAccountProps
Pythonaws_cdk.aws_certificatemanager.CfnAccountProps
TypeScript aws-cdk-lib » aws_certificatemanager » CfnAccountProps

Properties for defining a CfnAccount.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_certificatemanager as certificatemanager } from 'aws-cdk-lib';
const cfnAccountProps: certificatemanager.CfnAccountProps = {
  expiryEventsConfiguration: {
    daysBeforeExpiry: 123,
  },
};

Properties

NameTypeDescription
expiryEventsConfigurationIResolvable | ExpiryEventsConfigurationPropertyObject containing expiration events options associated with an AWS account .

expiryEventsConfiguration

Type: IResolvable | ExpiryEventsConfigurationProperty

Object containing expiration events options associated with an AWS account .

For more information, see ExpiryEventsConfiguration in the API reference.