Class CfnCertificateAuthority.CsrExtensionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.CsrExtensionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthority.CsrExtensionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificateAuthority.CsrExtensionsProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthority.CsrExtensionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthority.CsrExtensionsProperty
An implementation for
CfnCertificateAuthority.CsrExtensionsProperty
-
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.CsrExtensionsProperty
CfnCertificateAuthority.CsrExtensionsProperty.Builder, CfnCertificateAuthority.CsrExtensionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.CsrExtensionsProperty.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
Indicates the purpose of the certificate and of the key contained in the certificate.final Object
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy.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.CsrExtensionsProperty.Builder
.
-
-
Method Details
-
getKeyUsage
Description copied from interface:CfnCertificateAuthority.CsrExtensionsProperty
Indicates the purpose of the certificate and of the key contained in the certificate.- Specified by:
getKeyUsage
in interfaceCfnCertificateAuthority.CsrExtensionsProperty
-
getSubjectInformationAccess
Description copied from interface:CfnCertificateAuthority.CsrExtensionsProperty
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy.For more information, see Subject Information Access in RFC 5280.
- Specified by:
getSubjectInformationAccess
in interfaceCfnCertificateAuthority.CsrExtensionsProperty
-
$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()
-