AWS::Comprehend::FlywheelThe AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model.
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRolecomprehend:CreateFlywheelcomprehend:DescribeFlywheelcomprehend:ListTagsForResourcecomprehend:DescribeFlywheelcomprehend:ListTagsForResourceiam:PassRolecomprehend:DescribeFlywheelcomprehend:UpdateFlywheelcomprehend:ListTagsForResourcecomprehend:TagResourcecomprehend:UntagResourcecomprehend:DeleteFlywheelcomprehend:DescribeFlywheelcomprehend:ListFlywheelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FlywheelNameModelTypeDataLakeS3UriTaskConfig