AWS::DataBrew::Dataset FilesLimit - 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::Dataset FilesLimit

Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxFiles" : Integer, "Order" : String, "OrderedBy" : String }

YAML

MaxFiles: Integer Order: String OrderedBy: String

Properties

MaxFiles

The number of Amazon S3 files to select.

Required: Yes

Type: Integer

Update requires: No interruption

Order

A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Anotherpossible value is ASCENDING.

Required: No

Type: String

Allowed values: ASCENDING | DESCENDING

Update requires: No interruption

OrderedBy

A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.

Required: No

Type: String

Allowed values: LAST_MODIFIED_DATE

Update requires: No interruption