AWS::DataBrew::Project Sample
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Size
-
The number of rows in the sample.
Required: No
Type: Integer
Minimum:
1
Update requires: No interruption
Type
-
The way in which DataBrew obtains rows from a dataset.
Required: Yes
Type: String
Allowed values:
FIRST_N | LAST_N | RANDOM
Update requires: No interruption