robot
Gets an individual robot
resource
Overview
Name | robot |
Type | Resource |
Description | robot |
Id | awscc.robomaker.robot |
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. |
tags | object | |
name | string | The name for the robot. |
region | string | AWS 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