This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Comprehend::FlywheelDataset
The AWS::Comprehend::FlywheelDataset resource Property description not available. for Comprehend.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Comprehend::FlywheelDataset", "Properties" : { "DatasetName" :String, "DatasetType" :String, "Description" :String, "FlywheelArn" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Comprehend::FlywheelDataset Properties: DatasetName:StringDatasetType:StringDescription:StringFlywheelArn:StringTags:- Tag
Properties
DatasetNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9])*$Maximum:
63Update requires: Replacement
DatasetTypeProperty description not available.
Required: No
Type: String
Allowed values:
TRAIN | TESTUpdate requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Maximum:
2048Update requires: Replacement
FlywheelArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:flywheel/[a-zA-Z0-9](-*[a-zA-Z0-9])*$Maximum:
256Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: Replacement
Return values
Ref
Fn::GetAtt
CreationTimeProperty description not available.
DatasetArnProperty description not available.
DatasetS3UriProperty description not available.
NumberOfDocumentsProperty description not available.
StatusProperty description not available.