Skip to main content

telemetry_metadatas

Creates, updates, deletes, gets or lists a telemetry_metadatas resource.

Overview

Nametelemetry_metadatas
TypeResource
Idaws.inspector.telemetry_metadatas

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
telemetry_metadataarrayTelemetry details.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_telemetry_metadataselectregionInformation about the data that is collected for the specified assessment run.

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
regionstringAWS region (default: us-east-1)

SELECT examples

Information about the data that is collected for the specified assessment run.

SELECT
telemetry_metadata
FROM aws.inspector.telemetry_metadatas
WHERE region = '{{ region }}' -- required
;