Uses of Interface
software.amazon.awscdk.cloudformation.include.CfnIncludeProps
Packages that use CfnIncludeProps
Package
Description
Include CloudFormation templates in the CDK
-
Uses of CfnIncludeProps in software.amazon.awscdk.cloudformation.include
Classes in software.amazon.awscdk.cloudformation.include that implement CfnIncludePropsMethods in software.amazon.awscdk.cloudformation.include that return CfnIncludePropsModifier and TypeMethodDescriptionCfnIncludeProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cloudformation.include that return types with arguments of type CfnIncludePropsModifier and TypeMethodDescriptiondefault Map<String, CfnIncludeProps> CfnIncludeProps.getLoadNestedStacks()Specifies the template files that define nested stacks that should be included.final Map<String, CfnIncludeProps> CfnIncludeProps.Jsii$Proxy.getLoadNestedStacks()Methods in software.amazon.awscdk.cloudformation.include with parameters of type CfnIncludePropsModifier and TypeMethodDescriptionCfnInclude.loadNestedStack(String logicalId, CfnIncludeProps nestedStackProps) Includes a template for a child stack inside of this parent template.Method parameters in software.amazon.awscdk.cloudformation.include with type arguments of type CfnIncludePropsModifier and TypeMethodDescriptionCfnInclude.Builder.loadNestedStacks(Map<String, ? extends CfnIncludeProps> loadNestedStacks) Specifies the template files that define nested stacks that should be included.CfnIncludeProps.Builder.loadNestedStacks(Map<String, ? extends CfnIncludeProps> loadNestedStacks) Sets the value ofgetLoadNestedStacks()Constructors in software.amazon.awscdk.cloudformation.include with parameters of type CfnIncludePropsModifierConstructorDescriptionCfnInclude(software.constructs.Construct scope, String id, CfnIncludeProps props)