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
fun DomainMatchingRuleArgs(rule: Output<List<String>>)

Functions

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

Properties

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