aws.robomaker.list_fleets
Example SQL Queries
SELECT * FROMaws.robomaker.list_fleets;Description
Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
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 |
|---|---|
| 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
| |
| _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 fleet. | VARCHAR |
| created_at The time, in milliseconds since the epoch, when the fleet was created. | TIMESTAMP_S |
| last_deployment_job The Amazon Resource Name (ARN) of the last deployment job. | VARCHAR |
| last_deployment_status The status of the last fleet deployment. | VARCHAR |
| last_deployment_time The time of the last deployment. | TIMESTAMP_S |
| name The name of the fleet. | VARCHAR |