aws.robomaker.list_robot_applications
Example SQL Queries
SELECT * FROMaws.robomaker.list_robot_applications;Description
Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Optional filters to limit results. The filter name name is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters. | STRUCT( |
Show child fields
| |
| version_qualifier Input Column The version qualifier of the robot application. | 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 |
| arn The Amazon Resource Name (ARN) of the robot. | VARCHAR |
| last_updated_at The time, in milliseconds since the epoch, when the robot application was last updated. | TIMESTAMP_S |
| name The name of the robot application. | VARCHAR |
| robot_software_suite Information about a robot software suite (ROS distribution). | STRUCT( |
Show child fields
| |
| version The version of the robot application. | VARCHAR |