RuleGroupLabelMatchStatementArgs

data class RuleGroupLabelMatchStatementArgs(val key: Output<String>, val scope: Output<RuleGroupLabelMatchScope>) : ConvertibleToJava<RuleGroupLabelMatchStatementArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, scope: Output<RuleGroupLabelMatchScope>)

Properties

Link copied to clipboard
val key: Output<String>

The string to match against. The setting you provide for this depends on the match statement's Scope setting:

Link copied to clipboard

Specify whether you want to match using the label name or just the namespace.

Functions

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