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

    Interface PreviewResult

    Output from running a Pulumi program preview.

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

    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.