| Package | Description |
|---|---|
| software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnIncludeProps.Jsii$Proxy
An implementation for
CfnIncludeProps |
| Modifier and Type | Method and Description |
|---|---|
CfnIncludeProps |
CfnIncludeProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,CfnIncludeProps> |
CfnIncludeProps.getLoadNestedStacks()
(experimental) Specifies the template files that define nested stacks that should be included.
|
Map<String,CfnIncludeProps> |
CfnIncludeProps.Jsii$Proxy.getLoadNestedStacks() |
| Modifier and Type | Method and Description |
|---|---|
IncludedNestedStack |
CfnInclude.loadNestedStack(String logicalId,
CfnIncludeProps nestedStackProps)
(experimental) Includes a template for a child stack inside of this parent template.
|
| Modifier and Type | Method and Description |
|---|---|
CfnIncludeProps.Builder |
CfnIncludeProps.Builder.loadNestedStacks(Map<String,? extends CfnIncludeProps> loadNestedStacks)
Sets the value of
getLoadNestedStacks() |
CfnInclude.Builder |
CfnInclude.Builder.loadNestedStacks(Map<String,? extends CfnIncludeProps> loadNestedStacks)
(experimental) Specifies the template files that define nested stacks that should be included.
|
| Constructor and Description |
|---|
CfnInclude(software.constructs.Construct scope,
String id,
CfnIncludeProps props) |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.