Interface IncludedNestedStack
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- IncludedNestedStack.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:30:49.955Z")
@Stability(Stable)
public interface IncludedNestedStack
extends software.amazon.jsii.JsiiSerializable
The type returned from 
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();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forIncludedNestedStackstatic final classAn implementation forIncludedNestedStack
- 
Method SummaryModifier and TypeMethodDescriptionstatic IncludedNestedStack.Builderbuilder()The CfnInclude that represents the template, which can be used to access Resources and other template elements.getStack()The NestedStack object which represents the scope of the template.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getIncludedTemplateThe CfnInclude that represents the template, which can be used to access Resources and other template elements.
- 
getStackThe NestedStack object which represents the scope of the template.
- 
builder- Returns:
- a IncludedNestedStack.BuilderofIncludedNestedStack
 
 
-