@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.013Z") @Stability(value=Experimental) public interface CfnIncludeProps extends software.amazon.jsii.JsiiSerializable
CfnInclude.| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIncludeProps.Builder
A builder for
CfnIncludeProps |
static class |
CfnIncludeProps.Jsii$Proxy
An implementation for
CfnIncludeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIncludeProps.Builder |
builder() |
default Map<String,CfnIncludeProps> |
getLoadNestedStacks()
(experimental) Specifies the template files that define nested stacks that should be included.
|
default Map<String,Object> |
getParameters()
(experimental) Specifies parameters to be replaced by the values in this mapping.
|
default 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.
|
@Stability(value=Experimental) @NotNull String getTemplateFile()
Both JSON and YAML template formats are supported.
@Stability(value=Experimental) @Nullable default Map<String,CfnIncludeProps> getLoadNestedStacks()
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 {@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
@Stability(value=Experimental) @Nullable default Map<String,Object> getParameters()
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
@Stability(value=Experimental) @Nullable default Boolean getPreserveLogicalIds()
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
@Stability(value=Experimental) static CfnIncludeProps.Builder builder()
CfnIncludeProps.Builder of CfnIncludePropsCopyright © 2021. All rights reserved.