fleet
Gets an individual fleet
resource
Overview
Name | fleet |
Type | Resource |
Description | fleet |
Id | awscc.iotfleetwise.fleet |
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
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