AWS::Personalize::Dataset DataSource
Describes the data source that contains the data to upload to a dataset.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataLocation" :
String
}
YAML
DataLocation:
String
Properties
DataLocation
-
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/folder-name/
Required: No
Type: String
Maximum:
256
Pattern:
(s3|http|https)://.+
Update requires: No interruption