flywheel_tags
Expands all tag keys and values for flywheels
in a region
Overview
Name | flywheel_tags |
Type | Resource |
Description | The AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model. |
Id | aws.comprehend.flywheel_tags |
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 | |
task_config | object | |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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