Skip to main content

Interface: IUpdateWorkerDeploymentVersionComputeConfigRequest

workflowservice.v1.IUpdateWorkerDeploymentVersionComputeConfigRequest

Properties of an UpdateWorkerDeploymentVersionComputeConfigRequest.

Hierarchy

  • $Properties

    IUpdateWorkerDeploymentVersionComputeConfigRequest

Properties

computeConfigScalingGroups

Optional computeConfigScalingGroups: null | { [k: string]: $Properties; }

Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.

Inherited from

$Properties.computeConfigScalingGroups


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

UpdateWorkerDeploymentVersionComputeConfigRequest namespace

Inherited from

$Properties.namespace


removeComputeConfigScalingGroups

Optional removeComputeConfigScalingGroups: null | string[]

Optional. Contains the compute config scaling groups to remove from the Worker Deployment.

Inherited from

$Properties.removeComputeConfigScalingGroups


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