Activity
Represents activity.
Properties
- The update
- The underlying update information from the Pulumi CLI.
- ↳
updateIDstring requiredUpdateID is the underlying Update’s ID on the PPC. If the update’s metadata indicates the update environment was from a GitHub based repo we try to lookup the commit that was HEAD at the time of the update.
May not be set depending on which API is used to obtain the UpdateInfo object.
- ↳
versioninteger requiredVersion of the stack that this UpdateInfo describe. - ↳
latestVersioninteger requiredLatestVersion of the stack in general. i.e. the latest when Version == LatestVersion. - The user who requested the update.
- The Policy Packs that were required for this update.
- ↳
requestedByTokenstring optionalThe access token used to request the update, if applicable. - The deployment data
- ↳
idstring requiredUnique identifier for this deployment. - The list of updates related to this deployment.
- ↳
createdstring requiredCreated defines when the Deployment was created. - ↳
modifiedstring requiredCreated defines when the corresponding WorkflowRun was modified. - ↳
statusenum requiredStatus is the current status of the workflow runID.Values:not-started,accepted,running,failed,succeeded,skipped - ↳
versioninteger requiredVersion is the ordinal ID for the stack - RequestedBy contains the user information about the user who created the Deployment
- Jobs make up all the Jobs of the Deployment.
- ↳
latestVersioninteger requiredLatestVersion is the most recent version number for deployments for the given programID - Configuration contains the environment variables and source information for a deployment
- ↳
initiatorstring optionalInitiator is the initiation source of the deployment. - ↳
pulumiOperationenum requiredPulumiOperation is the operation that was performed.Values:update,preview,destroy,refresh,detect-drift,remediate-drift
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.