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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.CsrExtensionsProperty
CfnCertificateAuthority.CsrExtensionsProperty.Builder, CfnCertificateAuthority.CsrExtensionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.CsrExtensionsProperty.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 ObjectIndicates the purpose of the certificate and of the key contained in the certificate.final ObjectFor CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy.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 theCfnCertificateAuthority.CsrExtensionsProperty.Builder.
-
-
Method Details
-
getKeyUsage
Description copied from interface:CfnCertificateAuthority.CsrExtensionsPropertyIndicates the purpose of the certificate and of the key contained in the certificate.- Specified by:
getKeyUsagein interfaceCfnCertificateAuthority.CsrExtensionsProperty
-
getSubjectInformationAccess
Description copied from interface:CfnCertificateAuthority.CsrExtensionsPropertyFor 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:
getSubjectInformationAccessin interfaceCfnCertificateAuthority.CsrExtensionsProperty
-
$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()
-