Skip to main content

metric_streams_list_only

Lists metric_streams in a region or regions, for all properties use metric_streams

Overview

Namemetric_streams_list_only
TypeResource
DescriptionResource Type definition for Metric Stream
Idaws.cloudwatch.metric_streams_list_only

Fields

NameDatatypeDescription
namestringName of the metric stream.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all metric_streams in a region.

SELECT
region,
name
FROM aws.cloudwatch.metric_streams_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the metric_streams_list_only resource, see metric_streams