fleets_list_only
Lists fleets
in a region or regions, for all properties use fleets
Overview
Name | fleets_list_only |
Type | Resource |
Description | AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments. |
Id | aws.robomaker.fleets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | object | A key-value pair to associate with a resource. |
name | string | The name of the fleet. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all fleets
in a region.
SELECT
region,
arn
FROM aws.robomaker.fleets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the fleets_list_only
resource, see fleets