fleets
Retrieves a list of fleets
in a region
Overview
Name | fleets |
Type | Resource |
Description | fleets |
Id | awscc.iotfleetwise.fleets |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.iotfleetwise.fleets
WHERE region = 'us-east-1'
Permissions
To operate on the fleets
resource, the following permissions are required:
Create
iotfleetwise:GetFleet,
iotfleetwise:CreateFleet,
iotfleetwise:ListTagsForResource,
iotfleetwise:ListVehiclesInFleet,
iotfleetwise:TagResource
List
iotfleetwise:ListFleets