Class CfnCertificateAuthority.ScheduledEventsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks_v2.CfnCertificateAuthority.ScheduledEventsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthority.ScheduledEventsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateAuthority.ScheduledEventsProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthority.ScheduledEventsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthority.ScheduledEventsProperty
An implementation for
CfnCertificateAuthority.ScheduledEventsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks_v2.CfnCertificateAuthority.ScheduledEventsProperty
CfnCertificateAuthority.ScheduledEventsProperty.Builder, CfnCertificateAuthority.ScheduledEventsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.ScheduledEventsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).final StringThe earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.ScheduledEventsProperty.Builder.
-
-
Method Details
-
getFinalAutoActivation
Description copied from interface:CfnCertificateAuthority.ScheduledEventsPropertyThe deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).- Specified by:
getFinalAutoActivationin interfaceCfnCertificateAuthority.ScheduledEventsProperty- See Also:
-
getFirstAutoActivation
Description copied from interface:CfnCertificateAuthority.ScheduledEventsPropertyThe earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).- Specified by:
getFirstAutoActivationin interfaceCfnCertificateAuthority.ScheduledEventsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-