Output from destroying all resources in a Stack.

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

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.

Generated using TypeDoc