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

    Interface RemoteDestroyOptions

    Options controlling the behavior of a RemoteStack.destroy operation.

    interface RemoteDestroyOptions {
        onEvent?: (event: EngineEvent) => void;
        onOutput?: (out: string) => void;
    }
    Index
    onEvent?: (event: EngineEvent) => void
    onOutput?: (out: string) => void