Interface: ICreateWorkerDeploymentVersionRequest
workflowservice.v1.ICreateWorkerDeploymentVersionRequest
Properties of a CreateWorkerDeploymentVersionRequest.
Implemented by
Properties
computeConfig
• Optional computeConfig: null | IComputeConfig
Optional. Contains the new worker compute configuration for the Worker Deployment. Used for worker scale management.
deploymentVersion
• Optional deploymentVersion: null | IWorkerDeploymentVersion
Required.
identity
• Optional identity: null | string
Optional. The identity of the client who initiated this request.
namespace
• Optional namespace: null | string
CreateWorkerDeploymentVersionRequest namespace
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.