This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringValue: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_PATTERNPattern: ^[A-Z0-9_]+$Maximum: 128Update 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|/folder2Required: No Type: String Pattern: ^[^\x00]+$Maximum: 409600Update requires: No interruption