@pulumi/pulumi
    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

    Properties

    Properties

    onEvent?: (event: EngineEvent) => void
    onOutput?: (out: string) => void