DomainRuleBasedMatchingMatchingRuleArgs

data class DomainRuleBasedMatchingMatchingRuleArgs(val rules: Output<List<String>>) : ConvertibleToJava<DomainRuleBasedMatchingMatchingRuleArgs>

Constructors

Link copied to clipboard
constructor(rules: Output<List<String>>)

Properties

Link copied to clipboard
val rules: Output<List<String>>

A single rule level of the match_rules. Configures how the rule-based matching process should match profiles.

Functions

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