Interface Hook

Life-cycle hook used to perform actions at different stages of stack deploy and undeploy commands.

Hierarchy

  • Hook

Properties

Properties

execute: ((input) => Promise<HookOutput>)

Type declaration

    • (input): Promise<HookOutput>
    • Perform the hook action.

      Parameters

      Returns Promise<HookOutput>

      Action output

Generated using TypeDoc