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::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 CloudFormation template, use the following syntax:
Properties
Size-
The number of rows in the sample.
Required: No
Type: Integer
Minimum:
1Update requires: No interruption
Type-
The way in which DataBrew obtains rows from a dataset.
Required: Yes
Type: String
Allowed values:
FIRST_N | LAST_N | RANDOMUpdate requires: No interruption