GreyTagRouteScRuleArgs

data class GreyTagRouteScRuleArgs(val condition: Output<String>? = null, val items: Output<List<GreyTagRouteScRuleItemArgs>>? = null, val path: Output<String>? = null) : ConvertibleToJava<GreyTagRouteScRuleArgs>

Constructors

Link copied to clipboard
constructor(condition: Output<String>? = null, items: Output<List<GreyTagRouteScRuleItemArgs>>? = null, path: Output<String>? = null)

Properties

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

The conditional Patterns for Grayscale Rules. Valid values: AND, OR.

Link copied to clipboard
val items: Output<List<GreyTagRouteScRuleItemArgs>>? = null

A list of conditions items. See items below.

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

The path corresponding to the grayscale rule.

Functions

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