Skip to main content

flywheel_tags

Expands all tag keys and values for flywheels in a region

Overview

Nameflywheel_tags
TypeResource
DescriptionThe AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model.
Idaws.comprehend.flywheel_tags

Fields

NameDatatypeDescription
active_model_arnstring
data_access_role_arnstring
data_lake_s3_uristring
data_security_configobject
flywheel_namestring
model_typestring
task_configobject
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all flywheels in a region.

SELECT
region,
active_model_arn,
data_access_role_arn,
data_lake_s3_uri,
data_security_config,
flywheel_name,
model_type,
task_config,
arn,
tag_key,
tag_value
FROM aws.comprehend.flywheel_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the flywheel_tags resource, see flywheels