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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCertificateAuthorityPropsMixin.ScheduledEventsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFinalAutoActivation
The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).- See Also:
-
getFirstAutoActivation
The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).- See Also:
-
builder
@Stability(Stable) static CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty.Builder builder()
-