Interface: ICreateWorkerDeploymentRequest
workflowservice.v1.ICreateWorkerDeploymentRequest
Properties of a CreateWorkerDeploymentRequest.
Implemented by
Properties
deploymentName
• Optional deploymentName: null | string
The name of the Worker Deployment to create. If a Worker Deployment with this name already exists, an error will be returned.
identity
• Optional identity: null | string
Optional. The identity of the client who initiated this request.
namespace
• Optional namespace: null | string
CreateWorkerDeploymentRequest namespace
requestId
• Optional requestId: null | string
A unique identifier for this create request for idempotence. Typically UUIDv4.