Class StepEventStateMetadata

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

public class StepEventStateMetadata extends Object
StepEventStateMetadata is the more detailed state information for a resource as it relates to a step(s) being performed.
  • Constructor Details

  • Method Details

    • urn

      public String urn()
    • type

      public String type()
    • custom

      @Nullable public Boolean custom()
      Gets whether the resource is managed by a plugin.
      Returns:
      true if managed by a plugin, may be null
    • delete

      @Nullable public Boolean delete()
      Gets whether the resource is pending deletion due to a replacement.
      Returns:
      true if pending deletion, may be null
    • id

      public String id()
      Gets the resource's unique ID, assigned by the resource provider (or blank if none/uncreated).
      Returns:
      the resource ID
    • parent

      public String parent()
      Gets the optional parent URN that this resource belongs to.
      Returns:
      the parent URN
    • protect

      @Nullable public Boolean protect()
      Gets whether this resource is protected (protected resources cannot be deleted).
      Returns:
      true if protected, may be null
    • inputs

      public Map<String,Object> inputs()
      Gets the resource's input properties (as specified by the program). Secrets have filtered out, and large assets have been replaced by hashes as applicable.
      Returns:
      an unmodifiable map of input properties
    • outputs

      public Map<String,Object> outputs()
      Gets the resource's complete output state (as returned by the resource provider).
      Returns:
      an unmodifiable map of output properties
    • provider

      public String provider()
      Gets the resource's provider reference.
      Returns:
      the provider reference
    • initErrors

      public List<String> initErrors()
      Gets the set of errors encountered in the process of initializing resource.
      Returns:
      an unmodifiable list of initialization errors, may be null