Skip to main content

fleet

Gets an individual fleet resource

Overview

Namefleet
TypeResource
Descriptionfleet
Idawscc.iotfleetwise.fleet

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
idstring
last_modification_timestring
signal_catalog_arnstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
creation_time,
description,
id,
last_modification_time,
signal_catalog_arn,
tags
FROM awscc.iotfleetwise.fleet
WHERE data__Identifier = '<Id>';

Permissions

To operate on the fleet resource, the following permissions are required:

Read

iotfleetwise:GetFleet,
iotfleetwise:ListTagsForResource

Update

iotfleetwise:GetFleet,
iotfleetwise:UpdateFleet,
iotfleetwise:ListTagsForResource,
iotfleetwise:TagResource,
iotfleetwise:UntagResource

Delete

iotfleetwise:GetFleet,
iotfleetwise:DeleteFleet