| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
| Modifier and Type | Method and Description |
|---|---|
NestedStack |
NestedStack.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
NestedStack |
IncludedNestedStack.getStack()
(experimental) The NestedStack object which represents the scope of the template.
|
NestedStack |
IncludedNestedStack.Jsii$Proxy.getStack() |
| Modifier and Type | Method and Description |
|---|---|
IncludedNestedStack.Builder |
IncludedNestedStack.Builder.stack(NestedStack stack)
Sets the value of
IncludedNestedStack.getStack() |
| 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.