interface CfnAccountMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CertificateManager.CfnAccountMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscertificatemanager#CfnAccountMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.certificatemanager.CfnAccountMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_certificatemanager.CfnAccountMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_certificatemanager » CfnAccountMixinProps |
Properties for CfnAccountPropsMixin.
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/cfn-property-mixins';
const cfnAccountMixinProps: certificatemanager.CfnAccountMixinProps = {
expiryEventsConfiguration: {
daysBeforeExpiry: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| expiry | IResolvable | Expiry | Object containing expiration events options associated with an AWS account . |
expiryEventsConfiguration?
Type:
IResolvable | Expiry
(optional)
Object containing expiration events options associated with an AWS account .
For more information, see ExpiryEventsConfiguration in the API reference.

.NET
Go
Java
Python
TypeScript