AWS Fundamentals Logo
AWS Fundamentals
AWS::Comprehend::Flywheel

Comprehend Flywheel

The AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model.

Properties

8 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DataAccessRoleArn
string
Required
DataLakeS3Uri
string
RequiredCreate-only
FlywheelName
string
RequiredCreate-only
ActiveModelArn
string
DataSecurityConfig
DataSecurityConfig
ModelType
string
Create-only
Tags
Array<Tag>
TaskConfig
TaskConfig
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Comprehend::Flywheel

Resources:
  MyResource:
    Type: AWS::Comprehend::Flywheel
    Properties:
      FlywheelName: "my-flywheelname"
      DataAccessRoleArn: "arn:aws:service:region:account:resource"
      DataLakeS3Uri: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:PassRolecomprehend:CreateFlywheelcomprehend:DescribeFlywheelcomprehend:ListTagsForResource

read

comprehend:DescribeFlywheelcomprehend:ListTagsForResource

update

iam:PassRolecomprehend:DescribeFlywheelcomprehend:UpdateFlywheelcomprehend:ListTagsForResourcecomprehend:TagResourcecomprehend:UntagResource

delete

comprehend:DeleteFlywheelcomprehend:DescribeFlywheel

list

comprehend:ListFlywheels

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceComprehend
Properties9
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FlywheelNameModelTypeDataLakeS3UriTaskConfig

Related Resources

External Links