Skip to main content

fleet_metrics

Retrieves a list of fleet_metrics in a region

Overview

Namefleet_metrics
TypeResource
Descriptionfleet_metrics
Idawscc.iot.fleet_metrics

Fields

NameDatatypeDescription
metric_namestringThe name of the fleet metric
regionstringAWS 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