Package com.pulumi.automation.events
Class StepEventStateMetadata
java.lang.Object
com.pulumi.automation.events.StepEventStateMetadata
StepEventStateMetadata is the more detailed state information for a
resource as it relates to a step(s) being performed.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustom()Gets whether the resource is managed by a plugin.delete()Gets whether the resource is pending deletion due to a replacement.id()Gets the resource's unique ID, assigned by the resource provider (or blank if none/uncreated).Gets the set of errors encountered in the process of initializing resource.inputs()Gets the resource's input properties (as specified by the program).outputs()Gets the resource's complete output state (as returned by the resource provider).parent()Gets the optional parent URN that this resource belongs to.protect()Gets whether this resource is protected (protected resources cannot be deleted).provider()Gets the resource's provider reference.type()urn()
-
Constructor Details
-
StepEventStateMetadata
-
-
Method Details
-
urn
-
type
-
custom
Gets whether the resource is managed by a plugin.- Returns:
- true if managed by a plugin, may be null
-
delete
Gets whether the resource is pending deletion due to a replacement.- Returns:
- true if pending deletion, may be null
-
id
Gets the resource's unique ID, assigned by the resource provider (or blank if none/uncreated).- Returns:
- the resource ID
-
parent
Gets the optional parent URN that this resource belongs to.- Returns:
- the parent URN
-
protect
Gets whether this resource is protected (protected resources cannot be deleted).- Returns:
- true if protected, may be null
-
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
Gets the resource's complete output state (as returned by the resource provider).- Returns:
- an unmodifiable map of output properties
-
provider
Gets the resource's provider reference.- Returns:
- the provider reference
-
initErrors
Gets the set of errors encountered in the process of initializing resource.- Returns:
- an unmodifiable list of initialization errors, may be null
-