Interface: ICreateWorkerDeploymentVersionRequest
workflowservice.v1.ICreateWorkerDeploymentVersionRequest
Properties of a CreateWorkerDeploymentVersionRequest.
Hierarchy
-
↳
ICreateWorkerDeploymentVersionRequest
Properties
computeConfig
• Optional computeConfig: null | $Properties
Optional. Contains the new worker compute configuration for the Worker Deployment. Used for worker scale management.
Inherited from
deploymentVersion
• Optional deploymentVersion: null | $Properties
Required.
Inherited from
identity
• Optional identity: null | string
Optional. The identity of the client who initiated this request.
Inherited from
namespace
• Optional namespace: null | string
CreateWorkerDeploymentVersionRequest namespace
Inherited from
requestId
• Optional requestId: null | string
A unique identifier for this create request for idempotence. Typically UUIDv4. If a second request with the same ID is recieved, it is considered a successful no-op. Retrying with a different request ID for the same deployment name + build ID is an error.