Skip to main content

aws_namespaces

Creates, updates, deletes, gets or lists an aws_namespaces resource.

Overview

Nameaws_namespaces
TypeResource
Iddatadog.integrations.aws_namespaces

Fields

The following fields are returned by SELECT queries:

AWS Namespaces List object

NameDatatypeDescription
idstringThe AWSNamespacesResponseData id. (default: namespaces, example: namespaces)
attributesobjectAWS Namespaces response attributes.
typestringThe AWSNamespacesResponseData type. (default: namespaces, example: namespaces)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_awsnamespacesselectregionGet a list of available AWS CloudWatch namespaces that can send metrics to Datadog.

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.

NameDatatypeDescription
regionstring(default: datadoghq.com)

SELECT examples

Get a list of available AWS CloudWatch namespaces that can send metrics to Datadog.

SELECT
id,
attributes,
type
FROM datadog.integrations.aws_namespaces
WHERE region = '{{ region }}' -- required
;