Package com.pulumi.automation.events
Class DiagnosticEvent
java.lang.Object
com.pulumi.automation.events.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.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DiagnosticEvent
-
-
Method Details
-
urn
Gets the URN.- Returns:
- the URN, may be null
-
prefix
Gets the prefix.- Returns:
- the prefix, may be null
-
message
Gets the message.- Returns:
- the message
-
color
Gets the color.- Returns:
- the color
-
severity
Gets the severity, one of "info", "info#err", "warning", or "error".- Returns:
- the severity
-
streamId
Gets the stream ID.- Returns:
- the stream ID, may be null
-
ephemeral
Gets whether this diagnostic is ephemeral.- Returns:
- whether this diagnostic is ephemeral, may be null
-