aws.cloudwatch.list_metric_streams
Example SQL Queries
SELECT * FROMaws.cloudwatch.list_metric_streams;Description
Returns a list of metric streams in this account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in one operation. | BIGINT |
| next_token Input Column The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| entries The array of metric stream information. | STRUCT( |
Show child fields
| |