DomainMatchingRuleArgs

data class DomainMatchingRuleArgs(val rule: Output<List<String>>) : ConvertibleToJava<DomainMatchingRuleArgs>

Specifies how does the rule-based matching process should match profiles.

Constructors

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

Properties

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

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

Functions

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