Skip to main content

Interface: ICreateWorkerDeploymentRequest

workflowservice.v1.ICreateWorkerDeploymentRequest

Properties of a CreateWorkerDeploymentRequest.

Hierarchy

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.

Inherited from

$Properties.deploymentName


identity

Optional identity: null | string

Optional. The identity of the client who initiated this request.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

CreateWorkerDeploymentRequest namespace

Inherited from

$Properties.namespace


requestId

Optional requestId: null | string

A unique identifier for this create request for idempotence. Typically UUIDv4.

Inherited from

$Properties.requestId