Interface CfnCertificateAuthority.ScheduledEventsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCertificateAuthority.ScheduledEventsProperty.Jsii$Proxy
- Enclosing class:
CfnCertificateAuthority
@Stability(Stable)
public static interface CfnCertificateAuthority.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.services.eks_v2.*;
ScheduledEventsProperty scheduledEventsProperty = ScheduledEventsProperty.builder()
.finalAutoActivation("finalAutoActivation")
.firstAutoActivation("firstAutoActivation")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCertificateAuthority.ScheduledEventsPropertystatic final classAn implementation forCfnCertificateAuthority.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
-