fleet_metrics_list_only
Lists fleet_metrics
in a region or regions, for all properties use fleet_metrics
Overview
Name | fleet_metrics_list_only |
Type | Resource |
Description | An aggregated metric of certain devices in your fleet |
Id | aws.iot.fleet_metrics_list_only |
Fields
Name | Datatype | Description |
---|---|---|
metric_name | string | The name of the fleet metric |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all fleet_metrics
in a region.
SELECT
region,
metric_name
FROM aws.iot.fleet_metrics_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the fleet_metrics_list_only
resource, see fleet_metrics