Class DiagnosticEvent

java.lang.Object
com.pulumi.automation.events.DiagnosticEvent

public class DiagnosticEvent extends Object
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.
  • Constructor Details

  • Method Details

    • urn

      @Nullable public String urn()
      Gets the URN.
      Returns:
      the URN, may be null
    • prefix

      @Nullable public String prefix()
      Gets the prefix.
      Returns:
      the prefix, may be null
    • message

      public String message()
      Gets the message.
      Returns:
      the message
    • color

      public String color()
      Gets the color.
      Returns:
      the color
    • severity

      public String severity()
      Gets the severity, one of "info", "info#err", "warning", or "error".
      Returns:
      the severity
    • streamId

      @Nullable public String streamId()
      Gets the stream ID.
      Returns:
      the stream ID, may be null
    • ephemeral

      @Nullable public Boolean ephemeral()
      Gets whether this diagnostic is ephemeral.
      Returns:
      whether this diagnostic is ephemeral, may be null