flywheels_list_only
Lists flywheels
in a region or regions, for all properties use flywheels
Overview
Name | flywheels_list_only |
Type | Resource |
Description | The AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model. |
Id | aws.comprehend.flywheels_list_only |
Fields
Name | Datatype | Description |
---|---|---|
active_model_arn | string | |
data_access_role_arn | string | |
data_lake_s3_uri | string | |
data_security_config | object | |
flywheel_name | string | |
model_type | string | |
tags | array | |
task_config | object | |
arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all flywheels
in a region.
SELECT
region,
arn
FROM aws.comprehend.flywheels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the flywheels_list_only
resource, see flywheels