Skip to main content

robot_tags

Expands all tag keys and values for robots in a region

Overview

Namerobot_tags
TypeResource
DescriptionAWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
Idaws.robomaker.robot_tags

Fields

NameDatatypeDescription
arnstring
fleetstringThe Amazon Resource Name (ARN) of the fleet.
architecturestringThe target architecture of the robot.
greengrass_group_idstringThe Greengrass group id.
namestringThe name for the robot.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all robots in a region.

SELECT
region,
arn,
fleet,
architecture,
greengrass_group_id,
name,
tag_key,
tag_value
FROM aws.robomaker.robot_tags
WHERE region = 'us-east-1';

Permissions

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