Class CfnCertificateAuthority.OcspConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.OcspConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthority.OcspConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateAuthority.OcspConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthority.OcspConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthority.OcspConfigurationProperty
An implementation for
CfnCertificateAuthority.OcspConfigurationProperty
-
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.OcspConfigurationProperty
CfnCertificateAuthority.OcspConfigurationProperty.Builder, CfnCertificateAuthority.OcspConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.OcspConfigurationProperty.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
Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.final String
By default, AWS Private CA injects an Amazon domain into certificates being validated by the Online Certificate Status Protocol (OCSP).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.OcspConfigurationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnCertificateAuthority.OcspConfigurationProperty
Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.- Specified by:
getEnabled
in interfaceCfnCertificateAuthority.OcspConfigurationProperty
- See Also:
-
getOcspCustomCname
Description copied from interface:CfnCertificateAuthority.OcspConfigurationProperty
By 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:
getOcspCustomCname
in interfaceCfnCertificateAuthority.OcspConfigurationProperty
- 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()
-