Skip to main content

Interface: ISetWorkerDeploymentManagerRequest

workflowservice.v1.ISetWorkerDeploymentManagerRequest

Properties of a SetWorkerDeploymentManagerRequest.

Implemented by

Properties

conflictToken

Optional conflictToken: null | Uint8Array

Optional. This can be the value of conflict_token from a Describe, or another Worker Deployment API. Passing a non-nil conflict token will cause this request to fail if the Deployment's configuration has been modified between the API call that generated the token and this one.


deploymentName

Optional deploymentName: null | string

SetWorkerDeploymentManagerRequest deploymentName


identity

Optional identity: null | string

Required. The identity of the client who initiated this request.


managerIdentity

Optional managerIdentity: null | string

Arbitrary value for manager_identity. Empty will unset the field.


namespace

Optional namespace: null | string

SetWorkerDeploymentManagerRequest namespace


self

Optional self: null | boolean

True will set manager_identity to identity.