TaskExcludesArgs

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

Constructors

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

Properties

Link copied to clipboard
val filterType: Output<String>? = null

The type of filter rule to apply. Valid values: SIMPLE_PATTERN.

Link copied to clipboard
val value: Output<String>? = null

A single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

Functions

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