@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface NestedStackBuilder

    Builder that can generated a nested stack to be deployed with the blueprint.

    interface NestedStackBuilder {
        build(
            scope: Construct,
            id: string,
            stackProps?: NestedStackProps,
        ): NestedStack;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • scope: Construct
      • id: string
      • OptionalstackProps: NestedStackProps

      Returns NestedStack