on_demand_concurrency_cap
Creates, updates, deletes, gets or lists an on_demand_concurrency_cap resource.
Overview
| Name | on_demand_concurrency_cap |
| Type | Resource |
| Id | datadog.monitoring.on_demand_concurrency_cap |
Fields
The following fields are returned by SELECT queries:
- get_on_demand_concurrency_cap
| Name | Datatype | Description |
|---|---|---|
attributes | object | On-demand concurrency cap attributes. |
type | string | On-demand concurrency cap type. (on_demand_concurrency_cap) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_on_demand_concurrency_cap | select | Get the on-demand concurrency cap. | ||
set_on_demand_concurrency_cap | insert | Save new value for on-demand concurrency cap. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
site | string | The Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both. |
SELECT examples
- get_on_demand_concurrency_cap
Get the on-demand concurrency cap.
SELECT
attributes,
type
FROM datadog.monitoring.on_demand_concurrency_cap
;
INSERT examples
- set_on_demand_concurrency_cap
- Manifest
Save new value for on-demand concurrency cap.
INSERT INTO datadog.monitoring.on_demand_concurrency_cap (
on_demand_concurrency_cap
)
SELECT
{{ on_demand_concurrency_cap }}
RETURNING
data
;
# Description fields are for documentation purposes
- name: on_demand_concurrency_cap
props:
- name: on_demand_concurrency_cap
value: {{ on_demand_concurrency_cap }}
description: |
Value of the on-demand concurrency cap.