@Stability(value=Experimental) @Internal public static final class CfnIncludeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIncludeProps
CfnIncludePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnIncludeProps.Builder, CfnIncludeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String templateFile,
Map<String,? extends CfnIncludeProps> loadNestedStacks,
Map<String,? extends Object> parameters,
Boolean preserveLogicalIds)
Constructor that initializes the object based on literal property values passed by the
CfnIncludeProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,CfnIncludeProps> |
getLoadNestedStacks()
(experimental) Specifies the template files that define nested stacks that should be included.
|
Map<String,Object> |
getParameters()
(experimental) Specifies parameters to be replaced by the values in this mapping.
|
Boolean |
getPreserveLogicalIds()
(experimental) Whether the resources should have the same logical IDs in the resulting CDK template as they did in the original CloudFormation template file.
|
String |
getTemplateFile()
(experimental) Path to the template file.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String templateFile, Map<String,? extends CfnIncludeProps> loadNestedStacks, Map<String,? extends Object> parameters, Boolean preserveLogicalIds)
CfnIncludeProps.Builder.public final String getTemplateFile()
CfnIncludePropsBoth JSON and YAML template formats are supported.
getTemplateFile in interface CfnIncludePropspublic final Map<String,CfnIncludeProps> getLoadNestedStacks()
CfnIncludePropsIf 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 {@link CfnInclude.getNestedStack} method (but will still be accessible from the {@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
getLoadNestedStacks in interface CfnIncludePropspublic final Map<String,Object> getParameters()
CfnIncludePropsAny 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
getParameters in interface CfnIncludePropspublic final Boolean getPreserveLogicalIds()
CfnIncludeProps
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 {@link CfnInclude.getResource} and related methods always uses the original logical ID of the resource/element, as specified in the template file.
Default: true
getPreserveLogicalIds in interface CfnIncludeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.