Skip to main content

robots_list_only

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

Overview

Namerobots_list_only
TypeResource
DescriptionAWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
Idaws.robomaker.robots_list_only

Fields

NameDatatypeDescription
arnstring
fleetstringThe Amazon Resource Name (ARN) of the fleet.
architecturestringThe target architecture of the robot.
greengrass_group_idstringThe Greengrass group id.
tagsobjectA key-value pair to associate with a resource.
namestringThe name for the robot.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all robots in a region.

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

Permissions

For permissions required to operate on the robots_list_only resource, see robots