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

    Interface RefreshResult

    Output from refreshing the resources in a given Stack.

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

    Properties

    Properties

    stderr: string

    The standard error output from the refresh.

    stdout: string

    The standard output from the refresh.

    summary: UpdateSummary

    A summary of the refresh.