@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.283Z") @Stability(value=Experimental) 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()
(experimental) The CfnInclude that represents the template, which can be used to access Resources and other template elements.
|
NestedStack |
getStack()
(experimental) The NestedStack object which represents the scope of the template.
|
@Stability(value=Experimental) @NotNull CfnInclude getIncludedTemplate()
@Stability(value=Experimental) @NotNull NestedStack getStack()
@Stability(value=Experimental) static IncludedNestedStack.Builder builder()
IncludedNestedStack.Builder of IncludedNestedStackCopyright © 2022. All rights reserved.