AppStepEventStateMetadata
StepEventStateMetadata is the more detailed state information for a resource as it relates to a step(s) being performed.
Properties
typestring requiredThe typeurnstring requiredThe Pulumi URNcustomboolean optionalCustom indicates if the resource is managed by a plugin.deleteboolean optionalDelete is true when the resource is pending deletion due to a replacement.idstring requiredID is the resource’s unique ID, assigned by the resource provider (or blank if none/uncreated).parentstring requiredParent is an optional parent URN that this resource belongs to.protectboolean optionalProtect is true to “protect” this resource (protected resources cannot be deleted).taintboolean optionalTaint is set to true when we wish to force it to be replaced upon the next update.retainOnDeleteboolean optionalRetainOnDelete is true if the resource is not physically deleted when it is logically deleted.inputsmap[string]object requiredInputs 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.outputsmap[string]object requiredOutputs contains the resource’s complete output state (as returned by the resource provider).providerstring requiredProvider is the resource’s provider referenceinitErrorsarray[string] optionalInitErrors is the set of errors encountered in the process of initializing resource.externalboolean optionalTrue if the resource is external to Pulumi (its lifecycle is managed outside of Pulumi).hideDiffsarray[string] optionalHideDiffs is the set of property paths where diffs are not displayed.
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.