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
  • 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

      protected Jsii$Proxy(CloudFormationResourceJson.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CloudFormationResourceJson.Builder.
  • Method Details

    • getLogicalId

      public final String getLogicalId()
      Description copied from interface: CloudFormationResourceJson
      The logical ID of the resource in the CloudFormation template.
      Specified by:
      getLogicalId in interface CloudFormationResourceJson
    • getTemplatePath

      public final String getTemplatePath()
      Description copied from interface: CloudFormationResourceJson
      The path to the CloudFormation template containing this resource.
      Specified by:
      getTemplatePath in interface CloudFormationResourceJson
    • getPropertyPaths

      public final List<String> getPropertyPaths()
      Description copied from interface: CloudFormationResourceJson
      Properties 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:
      getPropertyPaths in interface CloudFormationResourceJson
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object