Skip to main content

metric_streams

Retrieves a list of metric_streams in a region

Overview

Namemetric_streams
TypeResource
Descriptionmetric_streams
Idawscc.cloudwatch.metric_streams

Fields

NameDatatypeDescription
namestringName of the metric stream.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.cloudwatch.metric_streams
WHERE region = 'us-east-1'

Permissions

To operate on the metric_streams resource, the following permissions are required:

Create

cloudwatch:PutMetricStream,
cloudwatch:GetMetricStream,
cloudwatch:TagResource,
iam:PassRole

List

cloudwatch:ListMetricStreams