Interface Hook

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

interface Hook {
    execute: ((input) => Promise<HookOutput>);
}

Properties

Properties

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

Type declaration

Generated using TypeDoc