Interface NestedStackBuilder
interface NestedStackBuilder { build(scope: Construct,
id: string,
stackProps?: NestedStackProps): NestedStack; } Methods
build
- build(scope, id, stackProps?): NestedStack
Parameters
- scope: Construct
- id: string
Optional
stackProps: NestedStackProps
Returns NestedStack
Builder that can generated a nested stack to be deployed with the blueprint.