AWS::DataSync::Task FilterRule
Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FilterType" :
String
, "Value" :String
}
YAML
FilterType:
String
Value:String
Properties
FilterType
-
The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
Required: No
Type: String
Allowed values:
SIMPLE_PATTERN
Pattern:
^[A-Z0-9_]+$
Maximum:
128
Update requires: No interruption
Value
-
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example:
/folder1|/folder2
Required: No
Type: String
Pattern:
^[^\x00]+$
Maximum:
409600
Update requires: No interruption