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

    Interface DestroyResult

    Output from destroying all resources in a Stack.

    interface DestroyResult {
        stderr: string;
        stdout: string;
        summary: UpdateSummary;
    }
    Index

    Properties

    Properties

    stderr: string

    The standard error output from the destroy.

    stdout: string

    The standard output from the destroy.

    summary: UpdateSummary

    A summary of the destroy.