@Stability(value=Stable)
public static interface CfnAccount.ExpiryEventsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
For more information, see ExpiryEventsConfiguration in the API reference.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.certificatemanager.*;
ExpiryEventsConfigurationProperty expiryEventsConfigurationProperty = ExpiryEventsConfigurationProperty.builder()
.daysBeforeExpiry(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccount.ExpiryEventsConfigurationProperty.Builder
A builder for
CfnAccount.ExpiryEventsConfigurationProperty |
static class |
CfnAccount.ExpiryEventsConfigurationProperty.Jsii$Proxy
An implementation for
CfnAccount.ExpiryEventsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccount.ExpiryEventsConfigurationProperty.Builder |
builder() |
default Number |
getDaysBeforeExpiry()
This option specifies the number of days prior to certificate expiration when ACM starts generating `EventBridge` events.
|
@Stability(value=Stable) @Nullable default Number getDaysBeforeExpiry()
ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.
@Stability(value=Stable) static CfnAccount.ExpiryEventsConfigurationProperty.Builder builder()
Copyright © 2023. All rights reserved.