| Package | Description |
|---|---|
| software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
| Modifier and Type | Method and Description |
|---|---|
static CfnInclude.Builder |
CfnInclude.Builder.create(software.constructs.Construct scope,
String id) |
CfnInclude.Builder |
CfnInclude.Builder.loadNestedStacks(Map<String,? extends CfnIncludeProps> loadNestedStacks)
(experimental) Specifies the template files that define nested stacks that should be included.
|
CfnInclude.Builder |
CfnInclude.Builder.parameters(Map<String,? extends Object> parameters)
(experimental) Specifies parameters to be replaced by the values in this mapping.
|
CfnInclude.Builder |
CfnInclude.Builder.preserveLogicalIds(Boolean preserveLogicalIds)
(experimental) Whether the resources should have the same logical IDs in the resulting CDK template as they did in the original CloudFormation template file.
|
CfnInclude.Builder |
CfnInclude.Builder.templateFile(String templateFile)
(experimental) Path to the template file.
|
Copyright © 2021. All rights reserved.