Output from running a Pulumi program preview.

interface PreviewResult {
    changeSummary: OpMap;
    stderr: string;
    stdout: string;
}

Properties

changeSummary: OpMap

A summary of the changes yielded by the operation (e.g. 4 unchanged, 3 created, etc.).

stderr: string

The standard error output from the preview.

stdout: string

The standard output from the preview.

Generated using TypeDoc