steampipe-plugin-aws icon indicating copy to clipboard operation
steampipe-plugin-aws copied to clipboard

Add table aws_iot_fleet_metric Closes #1994

Open ParthaI opened this issue 7 months ago • 1 comments

Integration test logs

Logs
N/A

Example query results

Results
> select * from aws_iot_fleet_metric
+---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+----->
| metric_name         | arn                                                                | index_name | description | creation_date             | last_modified_date        | aggregation_field | aggregation_type_name | period | query_string | query_version | unit | vers>
+---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+----->
| YourFleetMetricName | arn:aws:iot:us-east-1:333333333333:fleetmetric/YourFleetMetricName | AWS_Things | <null>      | 2024-02-02T14:15:13+05:30 | 2024-02-02T14:15:13+05:30 | registry.version  | Statistics            | 60     | *            | 2017-09-30    |      | 1   >
| Metric2             | arn:aws:iot:us-east-1:333333333333:fleetmetric/Metric2             | AWS_Things | <null>      | 2024-02-02T14:15:34+05:30 | 2024-02-02T14:15:34+05:30 | registry.version  | Statistics            | 60     | *            | 2017-09-30    |      | 1   >
+---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+----->

ParthaI avatar Dec 06 '23 10:12 ParthaI