Show / Hide Table of Contents

Class StandardOutputEngineEvent

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

Inheritance
object
StandardOutputEngineEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation.Events
Assembly: Pulumi.Automation.dll
Syntax
public class StandardOutputEngineEvent

Properties

View Source

Color

Declaration
public string Color { get; }
Property Value
Type Description
string
View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.