Skip to main content

fleets_list_only

Lists fleets in a region or regions, for all properties use fleets

Overview

Namefleets_list_only
TypeResource
DescriptionAWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
Idaws.robomaker.fleets_list_only

Fields

NameDatatypeDescription
arnstring
tagsobjectA key-value pair to associate with a resource.
namestringThe name of the fleet.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all fleets in a region.

SELECT
region,
arn
FROM aws.robomaker.fleets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the fleets_list_only resource, see fleets