@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:25.755Z") @Stability(value=Stable) public interface IncludedNestedStack extends software.amazon.jsii.JsiiSerializable
CfnInclude.getNestedStack. Contains both the NestedStack object and CfnInclude representations of the child stack.
Example:
CfnInclude parentTemplate;
IncludedNestedStack includedChildStack = parentTemplate.getNestedStack("ChildStack");
NestedStack childStack = includedChildStack.getStack();
CfnInclude childTemplate = includedChildStack.getIncludedTemplate();
| Modifier and Type | Interface and Description |
|---|---|
static class |
IncludedNestedStack.Builder
A builder for
IncludedNestedStack |
static class |
IncludedNestedStack.Jsii$Proxy
An implementation for
IncludedNestedStack |
| Modifier and Type | Method and Description |
|---|---|
static IncludedNestedStack.Builder |
builder() |
CfnInclude |
getIncludedTemplate()
The CfnInclude that represents the template, which can be used to access Resources and other template elements.
|
NestedStack |
getStack()
The NestedStack object which represents the scope of the template.
|
@Stability(value=Stable) @NotNull CfnInclude getIncludedTemplate()
@Stability(value=Stable) @NotNull NestedStack getStack()
@Stability(value=Stable) static IncludedNestedStack.Builder builder()
IncludedNestedStack.Builder of IncludedNestedStackCopyright © 2022. All rights reserved.