interface CfnAccountProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CertificateManager.CfnAccountProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscertificatemanager#CfnAccountProps |
Java | software.amazon.awscdk.services.certificatemanager.CfnAccountProps |
Python | aws_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
Name | Type | Description |
---|---|---|
expiry | IResolvable | Expiry | Object containing expiration events options associated with an AWS account . |
expiryEventsConfiguration
Type:
IResolvable
|
Expiry
Object containing expiration events options associated with an AWS account .
For more information, see ExpiryEventsConfiguration in the API reference.