AppUpdateOptions
UpdateOptions is the set of operations for configuring the output of an update. Should generally mirror engine.UpdateOptions, but we clone it in this package to add flexibility in case there is a breaking change in the engine-type.
Properties
localPolicyPackPathsarray[string] requiredFile system paths to local policy packs to apply during this update.colorstring requiredTerminal color mode for output rendering (e.g. ‘always’, ’never’, ‘auto’).dryRunboolean requiredIf true, perform a preview without actually applying changes.parallelinteger requiredMaximum number of resource operations to perform in parallel. 0 or -1 for unlimited.showConfigboolean requiredIf true, include configuration values in the update output.showReplacementStepsboolean requiredIf true, include detailed replacement steps in the update output.showNamesboolean requiredIf true, include unchanged resources in the update output.summaryboolean requiredIf true, only show a summary of changes rather than full details.debugboolean requiredIf true, enable verbose debug logging during the update.
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.