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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.ExtensionsV2PropertyCfnTemplate.ExtensionsV2Property.Builder, CfnTemplate.ExtensionsV2Property.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.ExtensionsV2Property.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectApplication policies specify what the certificate is used for and its purpose.final ObjectThe key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnTemplate.ExtensionsV2Property.Builder.
 
- 
- 
Method Details- 
getKeyUsageDescription copied from interface:CfnTemplate.ExtensionsV2PropertyThe key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.Returns union: either IResolvableorCfnTemplate.KeyUsageProperty- Specified by:
- getKeyUsagein interface- CfnTemplate.ExtensionsV2Property
- See Also:
 
- 
getApplicationPoliciesDescription copied from interface:CfnTemplate.ExtensionsV2PropertyApplication policies specify what the certificate is used for and its purpose.Returns union: either IResolvableorCfnTemplate.ApplicationPoliciesProperty- Specified by:
- getApplicationPoliciesin interface- CfnTemplate.ExtensionsV2Property
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-