fleet_metrics
Retrieves a list of fleet_metrics
in a region
Overview
Name | fleet_metrics |
Type | Resource |
Description | fleet_metrics |
Id | awscc.iot.fleet_metrics |
Fields
Name | Datatype | Description |
---|---|---|
metric_name | string | The name of the fleet metric |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
metric_name
FROM awscc.iot.fleet_metrics
WHERE region = 'us-east-1'
Permissions
To operate on the fleet_metrics
resource, the following permissions are required:
Create
iot:CreateFleetMetric,
iot:DescribeFleetMetric,
iot:TagResource
List
iot:ListFleetMetrics