Function runInPulumiStack

  • runInPulumiStack creates a new Pulumi stack resource and executes the callback inside of it. Any outputs returned by the callback will be stored as output properties on this resulting Stack object.

    Parameters

    • init: (() => Promise<any>)
        • (): Promise<any>
        • Returns Promise<any>

    Returns Promise<Inputs | undefined>

Generated using TypeDoc