Class: SetWorkerDeploymentManagerRequest
workflowservice.v1.SetWorkerDeploymentManagerRequest
Update the ManagerIdentity of a Worker Deployment.
Implements
Constructors
constructor
• new SetWorkerDeploymentManagerRequest(properties?): SetWorkerDeploymentManagerRequest
Constructs a new SetWorkerDeploymentManagerRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ISetWorkerDeploymentManagerRequest | Properties to set |
Returns
SetWorkerDeploymentManagerRequest
Properties
conflictToken
• conflictToken: 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.
Implementation of
ISetWorkerDeploymentManagerRequest.conflictToken
deploymentName
• deploymentName: string
SetWorkerDeploymentManagerRequest deploymentName.
Implementation of
ISetWorkerDeploymentManagerRequest.deploymentName
identity
• identity: string
Required. The identity of the client who initiated this request.
Implementation of
ISetWorkerDeploymentManagerRequest.identity
managerIdentity
• Optional managerIdentity: null | string
Arbitrary value for manager_identity.
Empty will unset the field.
Implementation of
ISetWorkerDeploymentManagerRequest.managerIdentity
namespace
• namespace: string
SetWorkerDeploymentManagerRequest namespace.
Implementation of
ISetWorkerDeploymentManagerRequest.namespace
newManagerIdentity
• Optional newManagerIdentity: "managerIdentity" | "self"
SetWorkerDeploymentManagerRequest newManagerIdentity.