AWS::DataSync::Task FilterRule - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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