AWS::DataBrew::Dataset PathOptions
Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FilesLimit" :
FilesLimit
, "LastModifiedDateCondition" :FilterExpression
, "Parameters" :[ PathParameter, ... ]
}
Properties
FilesLimit
-
If provided, this structure imposes a limit on a number of files that should be selected.
Required: No
Type: FilesLimit
Update requires: No interruption
LastModifiedDateCondition
-
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
Required: No
Type: FilterExpression
Update requires: No interruption
Parameters
-
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
Required: No
Type: Array of PathParameter
Update requires: No interruption