Skip to main content

flywheel

Gets an individual flywheel resource

Overview

Nameflywheel
TypeResource
Descriptionflywheel
Idawscc.comprehend.flywheel

Fields

NameDatatypeDescription
active_model_arnstring
data_access_role_arnstring
data_lake_s3_uristring
data_security_configobject
flywheel_namestring
model_typestring
tagsarray
task_configobject
arnstring
regionstringAWS 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