Skip to main content

Interface: ICreateWorkerDeploymentVersionRequest

workflowservice.v1.ICreateWorkerDeploymentVersionRequest

Properties of a CreateWorkerDeploymentVersionRequest.

Hierarchy

  • $Properties

    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

$Properties.computeConfig


deploymentVersion

Optional deploymentVersion: null | $Properties

Required.

Inherited from

$Properties.deploymentVersion


identity

Optional identity: null | string

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

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

CreateWorkerDeploymentVersionRequest namespace

Inherited from

$Properties.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.

Inherited from

$Properties.requestId