Class CfnAccountPropsMixin.ExpiryEventsConfigurationProperty
Object containing expiration events options associated with an AWS account .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CertificateManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAccountPropsMixin.ExpiryEventsConfigurationProperty : CfnAccountPropsMixin.IExpiryEventsConfigurationProperty
Syntax (vb)
Public Class CfnAccountPropsMixin.ExpiryEventsConfigurationProperty Implements CfnAccountPropsMixin.IExpiryEventsConfigurationProperty
Remarks
For more information, see ExpiryEventsConfiguration in the API reference.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CertificateManager.Mixins;
var expiryEventsConfigurationProperty = new ExpiryEventsConfigurationProperty {
DaysBeforeExpiry = 123
};
Synopsis
Constructors
| ExpiryEventsConfigurationProperty() | Object containing expiration events options associated with an AWS account . |
Properties
| DaysBeforeExpiry | This option specifies the number of days prior to certificate expiration when ACM starts generating |
Constructors
ExpiryEventsConfigurationProperty()
Object containing expiration events options associated with an AWS account .
public ExpiryEventsConfigurationProperty()
Remarks
For more information, see ExpiryEventsConfiguration in the API reference.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CertificateManager.Mixins;
var expiryEventsConfigurationProperty = new ExpiryEventsConfigurationProperty {
DaysBeforeExpiry = 123
};
Properties
DaysBeforeExpiry
This option specifies the number of days prior to certificate expiration when ACM starts generating EventBridge events.
public double? DaysBeforeExpiry { get; set; }
Property Value
Remarks
ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.