robot_tags
Expands all tag keys and values for robots
in a region
Overview
Name | robot_tags |
Type | Resource |
Description | AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot. |
Id | aws.robomaker.robot_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
fleet | string | The Amazon Resource Name (ARN) of the fleet. |
architecture | string | The target architecture of the robot. |
greengrass_group_id | string | The Greengrass group id. |
name | string | The name for the robot. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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