Class CfnIncludeProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
All Implemented Interfaces:
CfnIncludeProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnIncludeProps

@Stability(Stable) @Internal public static final class CfnIncludeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIncludeProps
An implementation for CfnIncludeProps
  • 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.cloudformation.include.CfnIncludeProps

    CfnIncludeProps.Builder, CfnIncludeProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnIncludeProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    Specifies the template files that define nested stacks that should be included.
    Specifies parameters to be replaced by the values in this mapping.
    final Boolean
    Whether the resources should have the same logical IDs in the resulting CDK template as they did in the original CloudFormation template file.
    final String
    Path to the template file.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnIncludeProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnIncludeProps.Builder.
  • Method Details

    • getTemplateFile

      public final String getTemplateFile()
      Description copied from interface: CfnIncludeProps
      Path to the template file.

      Both JSON and YAML template formats are supported.

      Specified by:
      getTemplateFile in interface CfnIncludeProps
    • getLoadNestedStacks

      public final Map<String,CfnIncludeProps> getLoadNestedStacks()
      Description copied from interface: CfnIncludeProps
      Specifies the template files that define nested stacks that should be included.

      If your template specifies a stack that isn't included here, it won't be created as a NestedStack resource, and it won't be accessible from the

      invalid @link
      CfnInclude.getNestedStack
      method (but will still be accessible from the
      invalid @link
      CfnInclude.getResource
      method). If you include a stack here with an ID that isn't in the template, or is in the template but is not a nested stack, template creation will fail and an error will be thrown.

      Default: - no nested stacks will be included

      Specified by:
      getLoadNestedStacks in interface CfnIncludeProps
    • getParameters

      public final Map<String,Object> getParameters()
      Description copied from interface: CfnIncludeProps
      Specifies parameters to be replaced by the values in this mapping.

      Any parameters in the template that aren't specified here will be left unmodified. If you include a parameter here with an ID that isn't in the template, template creation will fail and an error will be thrown.

      Default: - no parameters will be replaced

      Specified by:
      getParameters in interface CfnIncludeProps
    • getPreserveLogicalIds

      public final Boolean getPreserveLogicalIds()
      Description copied from interface: CfnIncludeProps
      Whether the resources should have the same logical IDs in the resulting CDK template as they did in the original CloudFormation template file.

      If you're vending a Construct using an existing CloudFormation template, make sure to pass this as `false`. **Note**: regardless of whether this option is true or false, the

      invalid @link
      CfnInclude.getResource
      and related methods always uses the original logical ID of the resource/element, as specified in the template file.

      Default: true

      Specified by:
      getPreserveLogicalIds in interface CfnIncludeProps
    • $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