RulePathMatchArgs

data class RulePathMatchArgs(val caseSensitive: Output<Boolean>? = null, val match: Output<RulePathMatchTypeArgs>) : ConvertibleToJava<RulePathMatchArgs>

Constructors

Link copied to clipboard
constructor(caseSensitive: Output<Boolean>? = null, match: Output<RulePathMatchTypeArgs>)

Properties

Link copied to clipboard
val caseSensitive: Output<Boolean>? = null

Indicates whether the match is case sensitive.

Link copied to clipboard

The type of path match.

Functions

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