1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppStepEventStateMetadata

AppStepEventStateMetadata

    StepEventStateMetadata is the more detailed state information for a resource as it relates to a step(s) being performed.

    Properties

    • type string required
      The type
    • urn string required
      The Pulumi URN
    • custom boolean optional
      Custom indicates if the resource is managed by a plugin.
    • delete boolean optional
      Delete is true when the resource is pending deletion due to a replacement.
    • id string required
      ID is the resource’s unique ID, assigned by the resource provider (or blank if none/uncreated).
    • parent string required
      Parent is an optional parent URN that this resource belongs to.
    • protect boolean optional
      Protect is true to “protect” this resource (protected resources cannot be deleted).
    • taint boolean optional
      Taint is set to true when we wish to force it to be replaced upon the next update.
    • retainOnDelete boolean optional
      RetainOnDelete is true if the resource is not physically deleted when it is logically deleted.
    • inputs map[string]object required
      Inputs contains the resource’s input properties (as specified by the program). Secrets have filtered out, and large assets have been replaced by hashes as applicable.
    • outputs map[string]object required
      Outputs contains the resource’s complete output state (as returned by the resource provider).
    • provider string required
      Provider is the resource’s provider reference
    • initErrors array[string] optional
      InitErrors is the set of errors encountered in the process of initializing resource.
    • external boolean optional
      True if the resource is external to Pulumi (its lifecycle is managed outside of Pulumi).
    • hideDiffs array[string] optional
      HideDiffs is the set of property paths where diffs are not displayed.