metric_streams
Retrieves a list of metric_streams
in a region
Overview
Name | metric_streams |
Type | Resource |
Description | metric_streams |
Id | awscc.cloudwatch.metric_streams |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the metric stream. |
region | string | AWS 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