Interface: ISetWorkerDeploymentManagerRequest
workflowservice.v1.ISetWorkerDeploymentManagerRequest
Properties of a SetWorkerDeploymentManagerRequest.
Hierarchy
-
↳
ISetWorkerDeploymentManagerRequest
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.
Inherited from
deploymentName
• Optional deploymentName: null | string
SetWorkerDeploymentManagerRequest deploymentName
Inherited from
identity
• Optional identity: null | string
Required. The identity of the client who initiated this request.
Inherited from
managerIdentity
• Optional managerIdentity: null | string
Arbitrary value for manager_identity.
Empty will unset the field.
Inherited from
namespace
• Optional namespace: null | string
SetWorkerDeploymentManagerRequest namespace
Inherited from
newManagerIdentity
• Optional newManagerIdentity: "managerIdentity" | "self"
SetWorkerDeploymentManagerRequest newManagerIdentity
Inherited from
$Properties.newManagerIdentity
self
• Optional self: null | boolean
True will set manager_identity to identity.