Show / Hide Table of Contents

Class DiagnosticEvent

DiagnosticEvent is emitted whenever a diagnostic message is provided, for example errors from a cloud resource provider while trying to create or update a resource.

Inheritance
object
DiagnosticEvent
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 DiagnosticEvent

Properties

View Source

Color

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

Ephemeral

Declaration
public bool? Ephemeral { get; }
Property Value
Type Description
bool?
View Source

Message

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

Prefix

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

Severity

Severity is one of "info", "info#err", "warning", or "error".

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

StreamId

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

Urn

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