Skip to main content

fleets

Retrieves a list of fleets in a region

Overview

Namefleets
TypeResource
Descriptionfleets
Idawscc.iotfleetwise.fleets

Fields

NameDatatypeDescription
idstring
regionstringAWS 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