Interface CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty

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

@Stability(Stable) public static interface CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty extends software.amazon.jsii.JsiiSerializable
The scheduled auto-activation events for the certificate authority, computed from its validity window.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.eks.*;
 ScheduledEventsProperty scheduledEventsProperty = ScheduledEventsProperty.builder()
         .finalAutoActivation("finalAutoActivation")
         .firstAutoActivation("firstAutoActivation")
         .build();
 

See Also: