Show / Hide Table of Contents

Class CfnAccountPropsMixin.ExpiryEventsConfigurationProperty

Object containing expiration events options associated with an AWS account .

Inheritance
object
CfnAccountPropsMixin.ExpiryEventsConfigurationProperty
Implements
CfnAccountPropsMixin.IExpiryEventsConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html

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 EventBridge events.

Constructors

ExpiryEventsConfigurationProperty()

Object containing expiration events options associated with an AWS account .

public ExpiryEventsConfigurationProperty()
Remarks

For more information, see ExpiryEventsConfiguration in the API reference.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html

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

double?

Remarks

ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html#cfn-certificatemanager-account-expiryeventsconfiguration-daysbeforeexpiry

Implements

CfnAccountPropsMixin.IExpiryEventsConfigurationProperty
Back to top Generated by DocFX