TaskFilterRule

data class TaskFilterRule(val filterType: TaskFilterRuleFilterType? = null, val value: String? = null)

Specifies which files folders and objects to include or exclude when transferring files from source to destination.

Constructors

Link copied to clipboard
constructor(filterType: TaskFilterRuleFilterType? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.

Link copied to clipboard
val value: String? = null

A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".