Skip to main content

robot

Gets an individual robot resource

Overview

Namerobot
TypeResource
Descriptionrobot
Idawscc.robomaker.robot

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Read

robomaker:DescribeRobot

Delete

robomaker:DescribeRobot,
robomaker:DeleteRobot,
robomaker:DeregisterRobot

Update

robomaker:TagResource,
robomaker:UntagResource