fleet
Gets an individual fleet
resource
Overview
Name | fleet |
Type | Resource |
Description | fleet |
Id | awscc.robomaker.fleet |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | object | |
name | string | The name of the fleet. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
tags,
name
FROM awscc.robomaker.fleet
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the fleet
resource, the following permissions are required:
Read
robomaker:DescribeFleet
Delete
robomaker:DeleteFleet
Update
robomaker:TagResource,
robomaker:UntagResource