Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppResOutputsEvent

AppResOutputsEvent

    ResOutputsEvent is emitted when a resource is finished being provisioned.

    Properties

    • metadata AppStepEventMetadata required
      The metadata
    • op enum required
      Op is the operation being performed.
      Values:
      same — OpSame
      OpSame indicates no change was made.
      create — OpCreate
      OpCreate indicates a new resource was created.
      update — OpUpdate
      OpUpdate indicates an existing resource was updated.
      delete — OpDelete
      OpDelete indicates an existing resource was deleted.
      replace — OpReplace
      OpReplace indicates an existing resource was replaced with a new one.
      create-replacement — OpCreateReplacement
      OpCreateReplacement indicates a new resource was created for a replacement.
      delete-replaced — OpDeleteReplaced
      OpDeleteReplaced indicates an existing resource was deleted after replacement.
      read — OpRead
      OpRead indicates reading an existing resource.
      read-replacement — OpReadReplacement
      OpReadReplacement indicates reading an existing resource for a replacement.
      refresh — OpRefresh
      OpRefresh indicates refreshing an existing resource.
      discard — OpReadDiscard
      OpReadDiscard indicates removing a resource that was read.
      discard-replaced — OpDiscardReplaced
      OpDiscardReplaced indicates discarding a read resource that was replaced.
      remove-pending-replace — OpRemovePendingReplace
      OpRemovePendingReplace indicates removing a pending replace resource.
      import — OpImport
      OpImport indicates importing an existing resource.
      import-replacement — OpImportReplacement
      OpImportReplacement indicates replacement of an existing resource with an imported resource.
    • urn string required
      The Pulumi URN
    • type string required
      The type
    • old AppStepEventStateMetadata required
      Old is the state of the resource before performing the step.
    • new AppStepEventStateMetadata required
      New is the state of the resource after performing the step.
    • keys array[string] optional
      Keys causing a replacement (only applicable for create and replace Ops).
    • diffs array[string] optional
      Keys that changed with this step.
    • detailedDiff map[string]AppPropertyDiff required
      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.
    • logical boolean optional
      Logical is set if the step is a logical operation in the program.
    • provider string required
      Provider actually performing the step.
    • planning boolean optional
      Whether planning is enabled

      The infrastructure as code platform for any cloud.