Class CfnCertificateAuthority.RevocationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.RevocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthority.RevocationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificateAuthority.RevocationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthority.RevocationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthority.RevocationConfigurationProperty
An implementation for
CfnCertificateAuthority.RevocationConfigurationProperty
-
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.acmpca.CfnCertificateAuthority.RevocationConfigurationProperty
CfnCertificateAuthority.RevocationConfigurationProperty.Builder, CfnCertificateAuthority.RevocationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.RevocationConfigurationProperty.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
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.final Object
Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.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 theCfnCertificateAuthority.RevocationConfigurationProperty.Builder
.
-
-
Method Details
-
getCrlConfiguration
Description copied from interface:CfnCertificateAuthority.RevocationConfigurationProperty
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.- Specified by:
getCrlConfiguration
in interfaceCfnCertificateAuthority.RevocationConfigurationProperty
-
getOcspConfiguration
Description copied from interface:CfnCertificateAuthority.RevocationConfigurationProperty
Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.- Specified by:
getOcspConfiguration
in interfaceCfnCertificateAuthority.RevocationConfigurationProperty
-
$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()
-