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

    Interface StackBuilder

    Generic builder interface that can produce a stack.

    interface StackBuilder {
        build(scope: Construct, id: string, stackProps?: StackProps): Stack;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • scope: Construct
      • id: string
      • OptionalstackProps: StackProps

      Returns Stack