Class CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty
An implementation for
CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty-
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.cfnpropertymixins.services.acmpca.CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty
CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Builder, CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.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 ObjectConfiguration of the certificate revocation list (CRL), if any, maintained by your private CA.final ObjectConfiguration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.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
protected Jsii$Proxy(CfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty.Builder.
-
-
Method Details
-
getCrlConfiguration
Description copied from interface:CfnCertificateAuthorityPropsMixin.RevocationConfigurationPropertyConfiguration of the certificate revocation list (CRL), if any, maintained by your private CA.Returns union: either
IResolvableorCfnCertificateAuthorityPropsMixin.CrlConfigurationProperty- Specified by:
getCrlConfigurationin interfaceCfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty- See Also:
-
getOcspConfiguration
Description copied from interface:CfnCertificateAuthorityPropsMixin.RevocationConfigurationPropertyConfiguration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.Returns union: either
IResolvableorCfnCertificateAuthorityPropsMixin.OcspConfigurationProperty- Specified by:
getOcspConfigurationin interfaceCfnCertificateAuthorityPropsMixin.RevocationConfigurationProperty- 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()
-