Skip to main content

fleet

Gets an individual fleet resource

Overview

Namefleet
TypeResource
Descriptionfleet
Idawscc.robomaker.fleet

Fields

NameDatatypeDescription
arnstring
tagsobject
namestringThe name of the fleet.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
tags,
name
FROM awscc.robomaker.fleet
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

robomaker:DescribeFleet

Delete

robomaker:DeleteFleet

Update

robomaker:TagResource,
robomaker:UntagResource