flywheel
Gets an individual flywheel
resource
Overview
Name | flywheel |
Type | Resource |
Description | flywheel |
Id | awscc.comprehend.flywheel |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
active_model_arn,
data_access_role_arn,
data_lake_s3_uri,
data_security_config,
flywheel_name,
model_type,
tags,
task_config,
arn
FROM awscc.comprehend.flywheel
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the flywheel
resource, the following permissions are required:
Read
comprehend:DescribeFlywheel,
comprehend:ListTagsForResource
Update
iam:PassRole,
comprehend:DescribeFlywheel,
comprehend:UpdateFlywheel,
comprehend:ListTagsForResource,
comprehend:TagResource,
comprehend:UntagResource
Delete
comprehend:DeleteFlywheel,
comprehend:DescribeFlywheel