Class CfnTemplate.CertificateValidityProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.CertificateValidityProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.CertificateValidityProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.CertificateValidityProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.CertificateValidityProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.CertificateValidityProperty
An implementation for
CfnTemplate.CertificateValidityProperty-
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.pcaconnectorad.CfnTemplate.CertificateValidityProperty
CfnTemplate.CertificateValidityProperty.Builder, CfnTemplate.CertificateValidityProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.CertificateValidityProperty.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 ObjectRenewal period is the period of time before certificate expiration when a new certificate will be requested.final ObjectInformation describing the end of the validity period of the certificate.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 theCfnTemplate.CertificateValidityProperty.Builder.
-
-
Method Details
-
getRenewalPeriod
Description copied from interface:CfnTemplate.CertificateValidityPropertyRenewal period is the period of time before certificate expiration when a new certificate will be requested.Returns union: either
IResolvableorCfnTemplate.ValidityPeriodProperty- Specified by:
getRenewalPeriodin interfaceCfnTemplate.CertificateValidityProperty- See Also:
-
getValidityPeriod
Description copied from interface:CfnTemplate.CertificateValidityPropertyInformation describing the end of the validity period of the certificate.This parameter sets the “Not After” date for the certificate. Certificate validity is the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the certificate expires, or as a span of time after issuance, stated in days, months, or years. For more information, see Validity in RFC 5280. This value is unaffected when ValidityNotBefore is also specified. For example, if Validity is set to 20 days in the future, the certificate will expire 20 days from issuance time regardless of the ValidityNotBefore value.
Returns union: either
IResolvableorCfnTemplate.ValidityPeriodProperty- Specified by:
getValidityPeriodin interfaceCfnTemplate.CertificateValidityProperty- 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()
-