AppUpdateProgramResponse
UpdateProgramResponse is the result of an update program request.
Properties
updateIDstring requiredUpdateID is the opaque identifier of the requested update. This value is needed to begin an update, as well as poll for its progress.- RequiredPolicies is a list of required Policy Packs to run during the update.
- ↳
namestring requiredThe name (unique and URL-safe) of the required Policy Pack. - ↳
versioninteger requiredThe version of the required Policy Pack. - ↳
versionTagstring requiredThe version tag of the required Policy Pack. - ↳
displayNamestring requiredThe pretty name of the required Policy Pack. - ↳
packLocationstring optionalWhere the Policy Pack can be downloaded from. - ↳
configmap[string]object optionalThe configuration that is to be passed to the Policy Pack. This is map a of policies mapped to their configuration. Each individual configuration must comply with the JSON schema for each Policy within the Policy Pack. - ↳
environmentsarray[string] optionalReferences to ESC environments whose resolved values the CLI should inject into the policy pack process. - Messages is a list of messages that should be displayed to the user.
- ↳
severityenum optionalSeverity is the severity of the message.Values:warning,error,info - ↳
messagestring requiredMessage is the message to display to the user. - The ai settings
- ↳
copilotIsEnabledboolean requiredWhether the Pulumi Copilot AI assistant is enabled for this stack.
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.