TaskFilterRuleArgs

data class TaskFilterRuleArgs(val filterType: Output<TaskFilterRuleFilterType>? = null, val value: Output<String>? = null) : ConvertibleToJava<TaskFilterRuleArgs>

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

Constructors

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

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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TaskFilterRuleArgs