flywheels
Retrieves a list of flywheels
in a region
Overview
Name | flywheels |
Type | Resource |
Description | flywheels |
Id | awscc.comprehend.flywheels |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.comprehend.flywheels
WHERE region = 'us-east-1'
Permissions
To operate on the flywheels
resource, the following permissions are required:
Create
iam:PassRole,
comprehend:CreateFlywheel,
comprehend:DescribeFlywheel,
comprehend:ListTagsForResource
List
comprehend:ListFlywheels