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

    Interface StdoutEngineEvent

    An event emitted whenever a generic message is written, for example warnings from the pulumi CLI itself. Less common than DiagnosticEvent

    interface StdoutEngineEvent {
        color: string;
        message: string;
    }
    Index

    Properties

    Properties

    color: string
    message: string