AWS::DataSync::Task FilterRule - 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::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 Amazon 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. Amazon 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