Class CfnTemplate.ExtensionsV2Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.ExtensionsV2Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ExtensionsV2Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.ExtensionsV2Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.ExtensionsV2Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ExtensionsV2Property
An implementation for
CfnTemplate.ExtensionsV2Property
-
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.pcaconnectorad.CfnTemplate.ExtensionsV2Property
CfnTemplate.ExtensionsV2Property.Builder, CfnTemplate.ExtensionsV2Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.ExtensionsV2Property.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
Application policies specify what the certificate is used for and its purpose.final Object
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.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 theCfnTemplate.ExtensionsV2Property.Builder
.
-
-
Method Details
-
getKeyUsage
Description copied from interface:CfnTemplate.ExtensionsV2Property
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.- Specified by:
getKeyUsage
in interfaceCfnTemplate.ExtensionsV2Property
- See Also:
-
getApplicationPolicies
Description copied from interface:CfnTemplate.ExtensionsV2Property
Application policies specify what the certificate is used for and its purpose.- Specified by:
getApplicationPolicies
in interfaceCfnTemplate.ExtensionsV2Property
- 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()
-