Interface: $Properties
v1.CreateWorkerDeploymentVersionRequest.$Properties
Properties of a CreateWorkerDeploymentVersionRequest.
Hierarchy
-
$Properties
Properties
computeConfig
• Optional computeConfig: null | $Properties
Optional. Contains the new worker compute configuration for the Worker Deployment. Used for worker scale management.
deploymentVersion
• Optional deploymentVersion: null | $Properties
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.