CancelDeploymentDeploymentsResourceConfig
August 5, 2026 ยท View on GitHub
Build resource configuration snapshot for this deployment.
Example Usage
import { CancelDeploymentDeploymentsResourceConfig } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: CancelDeploymentDeploymentsResourceConfig = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
buildQueue | models.CancelDeploymentBuildQueue | :heavy_minus_sign: | Build resource configuration snapshot for this deployment. |
elasticConcurrency | models.ElasticConcurrency | :heavy_minus_sign: | When elastic concurrency is used for this deployment, a value is set. The value tells the reason where the setting was coming from. - TEAM_SETTING: Inherited from team settings - PROJECT_SETTING: Inherited from project settings - SKIP_QUEUE: Manually triggered by user to skip the queues |
buildMachine | models.CancelDeploymentDeploymentsBuildMachine | :heavy_minus_sign: | N/A |