aws.robomaker.describe_robot
Example SQL Queries
SELECT * FROMaws.robomaker.describe_robotWHERE"robot" = 'VALUE';Description
Describes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| robot Required Input Column The Amazon Resource Name (ARN) of the robot to be described. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| architecture The target architecture of the robot application. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the robot. | VARCHAR |
| created_at The time, in milliseconds since the epoch, when the robot was created. | TIMESTAMP_S |
| fleet_arn The Amazon Resource Name (ARN) of the fleet. | VARCHAR |
| greengrass_group_id The Greengrass group id. | VARCHAR |
| last_deployment_job The Amazon Resource Name (ARN) of the last deployment job. | VARCHAR |
| last_deployment_time The time of the last deployment job. | TIMESTAMP_S |
| name The name of the robot. | VARCHAR |
| status The status of the fleet. | VARCHAR |
| tags The list of all tags added to the specified robot. | MAP(VARCHAR, VARCHAR) |