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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.CertificateValidityProperty
CfnTemplate.CertificateValidityProperty.Builder, CfnTemplate.CertificateValidityProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.CertificateValidityProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Renewal period is the period of time before certificate expiration when a new certificate will be requested.final Object
Information describing the end of the validity period of the certificate.final int
hashCode()
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.CertificateValidityProperty
Renewal period is the period of time before certificate expiration when a new certificate will be requested.- Specified by:
getRenewalPeriod
in interfaceCfnTemplate.CertificateValidityProperty
- See Also:
-
getValidityPeriod
Description copied from interface:CfnTemplate.CertificateValidityProperty
Information 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.
- Specified by:
getValidityPeriod
in interfaceCfnTemplate.CertificateValidityProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-