AWS::DataBrew::Project Sample - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Size" : Integer, "Type" : String }

YAML

Size: Integer Type: String

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