metric_streams_list_only
Lists metric_streams
in a region or regions, for all properties use metric_streams
Overview
Name | metric_streams_list_only |
Type | Resource |
Description | Resource Type definition for Metric Stream |
Id | aws.cloudwatch.metric_streams_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Amazon Resource Name of the metric stream. |
creation_date | string | The date of creation of the metric stream. |
exclude_filters | array | Define which metrics will be not streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null. |
firehose_arn | string | The ARN of the Kinesis Firehose where to stream the data. |
include_filters | array | Define which metrics will be streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null. |
last_update_date | string | The date of the last update of the metric stream. |
name | string | Name of the metric stream. |
role_arn | string | The ARN of the role that provides access to the Kinesis Firehose. |
state | string | Displays the state of the Metric Stream. |
output_format | string | The output format of the data streamed to the Kinesis Firehose. |
statistics_configurations | array | By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members. |
tags | array | A set of tags to assign to the delivery stream. |
include_linked_accounts_metrics | boolean | If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts that are linked to this monitoring account, in the metric stream. The default is false. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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