AppResOpFailedEvent
ResOpFailedEvent is emitted when a resource operation fails. Typically a DiagnosticEvent is emitted before this event, indicating the root cause of the error.
Properties
- The metadata
- ↳
openum requiredOp is the operation being performed.Values:same,create,update,delete,replace,create-replacement,delete-replaced,read,read-replacement,refresh,discard,discard-replaced,remove-pending-replace,import,import-replacement - ↳
urnstring requiredThe Pulumi URN - ↳
typestring requiredThe type - Old is the state of the resource before performing the step.
- New is the state of the resource after performing the step.
- ↳
keysarray[string] optionalKeys causing a replacement (only applicable forcreateandreplaceOps). - ↳
diffsarray[string] optionalKeys that changed with this step. - The diff for this step as a map of property paths to difference types. An empty map indicates no detailed property-level diff is available; if this field is omitted or null, the diff was not computed.
- ↳
logicalboolean optionalLogical is set if the step is a logical operation in the program. - ↳
providerstring requiredProvider actually performing the step. statusinteger requiredThe current statusstepsinteger requiredThe steps
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.