Interface CfnAccount.ExpiryEventsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAccount.ExpiryEventsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAccount

@Stability(Stable) public static interface CfnAccount.ExpiryEventsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Object containing expiration events options associated with an AWS account .

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();
 

See Also: