| Package | Description |
|---|---|
| software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
| Modifier and Type | Method and Description |
|---|---|
CfnInclude |
CfnInclude.Builder.build() |
CfnInclude |
IncludedNestedStack.getIncludedTemplate()
(experimental) The CfnInclude that represents the template, which can be used to access Resources and other template elements.
|
CfnInclude |
IncludedNestedStack.Jsii$Proxy.getIncludedTemplate() |
| Modifier and Type | Method and Description |
|---|---|
IncludedNestedStack.Builder |
IncludedNestedStack.Builder.includedTemplate(CfnInclude includedTemplate)
Sets the value of
IncludedNestedStack.getIncludedTemplate() |
| Constructor and Description |
|---|
Jsii$Proxy(CfnInclude includedTemplate,
NestedStack stack)
Constructor that initializes the object based on literal property values passed by the
IncludedNestedStack.Builder. |
Copyright © 2021. All rights reserved.