AppBeginUpdateRequest
BeginUpdateRequest is the combined request for creating and starting an update. This endpoint combines the functionality of CreateUpdate and StartUpdate into a single API call to reduce latency during startup.
Properties
updateKindenum requiredUpdateKind specifies the type of update (update, preview, refresh, destroy).Values:update— Update- A Pulumi program update.
preview— Preview- A preview of an update, without impacting resources.
refresh— Refresh- A refresh operation.
rename— Rename- A rename of the stack or project name.
destroy— Destroy- An update which removes all resources.
import— Import- An update that entails importing a raw checkpoint file.
Pupdate— PreviewUpdate- A preview of an update operation.
Prefresh— PreviewRefresh- A preview of a refresh operation.
Pdestroy— PreviewDestroy- A preview of a destroy operation.
Pimport— PreviewImport- A preview of an import operation.
Prename— PreviewRename- A preview of a rename operation.
- Program contains the program metadata and configuration.
- ↳
namestring requiredProperties from the Project file. Subset of pack.Package. - ↳
runtimestring requiredThe runtime - ↳
mainstring requiredThe main entry point - ↳
descriptionstring requiredThe description - The options
- Configuration values.
- The metadata
tagsmap[string]string optionalTags contains the set of tags to associate with the stack.journalVersioninteger optionalJournalVersion indicates the maximum journal version the client supports.