Class CfnIncludeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIncludeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIncludeProps
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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIncludeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIncludeProps.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 Map<String,
CfnIncludeProps> 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
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 theCfnIncludeProps.Builder
.
-
-
Method Details
-
getTemplateFile
Description copied from interface:CfnIncludeProps
Path to the template file.Both JSON and YAML template formats are supported.
- Specified by:
getTemplateFile
in interfaceCfnIncludeProps
-
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
invalid @link
CfnInclude.getResource
Default: - no nested stacks will be included
- Specified by:
getLoadNestedStacks
in interfaceCfnIncludeProps
-
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 interfaceCfnIncludeProps
-
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
Default: true
- Specified by:
getPreserveLogicalIds
in interfaceCfnIncludeProps
-
$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()
-