@pulumi/pulumi - v3.256.0
    Preparing search index...

    Interface ResourceHookOptions

    Options for registering a resource hook.

    interface ResourceHookOptions {
        ignoreErrors?: boolean;
        onDryRun?: boolean;
    }
    Index

    Properties

    ignoreErrors?: boolean

    If true, errors from this hook are logged as warnings instead of failing the program.

    onDryRun?: boolean

    Run the hook during dry run (preview) operations. Defaults to false.