fleets_list_only
Lists fleets
in a region or regions, for all properties use fleets
Overview
Name | fleets_list_only |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::Fleet Resource Type |
Id | aws.iotfleetwise.fleets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
description | string | |
id | string | |
last_modification_time | string | |
signal_catalog_arn | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all fleets
in a region.
SELECT
region,
id
FROM aws.iotfleetwise.fleets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the fleets_list_only
resource, see fleets