robots
Retrieves a list of robots
in a region
Overview
Name | robots |
Type | Resource |
Description | robots |
Id | awscc.robomaker.robots |
Fields
Name | Datatype | Description |
---|---|---|
arn | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.robomaker.robots
WHERE region = 'us-east-1'
Permissions
To operate on the robots
resource, the following permissions are required:
Create
robomaker:CreateRobot,
robomaker:RegisterRobot
List
robomaker:ListRobots