Uses of Interface
software.amazon.awscdk.cloudformation.include.IncludedNestedStack
Packages that use IncludedNestedStack
Package
Description
Include CloudFormation templates in the CDK
-
Uses of IncludedNestedStack in software.amazon.awscdk.cloudformation.include
Classes in software.amazon.awscdk.cloudformation.include that implement IncludedNestedStackMethods in software.amazon.awscdk.cloudformation.include that return IncludedNestedStackModifier and TypeMethodDescriptionIncludedNestedStack.Builder.build()
Builds the configured instance.CfnInclude.getNestedStack
(String logicalId) Returns a loaded NestedStack with name logicalId.CfnInclude.loadNestedStack
(String logicalId, CfnIncludeProps nestedStackProps) Includes a template for a child stack inside of this parent template.