Class CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty
An implementation for
CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty-
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.OcspConfigurationProperty
CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.Builder, CfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.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 ObjectFlag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.final StringBy default, AWS Private CA injects an Amazon domain into certificates being validated by the Online Certificate Status Protocol (OCSP).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 theCfnCertificateAuthorityPropsMixin.OcspConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnCertificateAuthorityPropsMixin.OcspConfigurationPropertyFlag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnCertificateAuthorityPropsMixin.OcspConfigurationProperty- See Also:
-
getOcspCustomCname
Description copied from interface:CfnCertificateAuthorityPropsMixin.OcspConfigurationPropertyBy default, AWS Private CA injects an Amazon domain into certificates being validated by the Online Certificate Status Protocol (OCSP).A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain.
The content of a Canonical Name (CNAME) record must conform to RFC2396 restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
- Specified by:
getOcspCustomCnamein interfaceCfnCertificateAuthorityPropsMixin.OcspConfigurationProperty- 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()
-