Class CloudFormationResourceJson.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_schema.CloudFormationResourceJson.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationResourceJson,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationResourceJson
@Stability(Stable)
@Internal
public static final class CloudFormationResourceJson.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudFormationResourceJson
An implementation for
CloudFormationResourceJson-
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.cloud_assembly_schema.CloudFormationResourceJson
CloudFormationResourceJson.Builder, CloudFormationResourceJson.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationResourceJson.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 StringThe logical ID of the resource in the CloudFormation template.Properties within the construct where the violation was detected.final StringThe path to the CloudFormation template containing this resource.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 theCloudFormationResourceJson.Builder.
-
-
Method Details
-
getLogicalId
Description copied from interface:CloudFormationResourceJsonThe logical ID of the resource in the CloudFormation template.- Specified by:
getLogicalIdin interfaceCloudFormationResourceJson
-
getTemplatePath
Description copied from interface:CloudFormationResourceJsonThe path to the CloudFormation template containing this resource.- Specified by:
getTemplatePathin interfaceCloudFormationResourceJson
-
getPropertyPaths
Description copied from interface:CloudFormationResourceJsonProperties within the construct where the violation was detected.Either a single component, in which case it regards a top-level property name, or a JSON path (starting with
$.) to indicate a deeper property.Default: - no locations
- Specified by:
getPropertyPathsin interfaceCloudFormationResourceJson
-
$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()
-