Rule Args
data class RuleArgs(val action: Output<RuleActionArgs>? = null, val listenerIdentifier: Output<String>? = null, val match: Output<RuleMatchArgs>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val serviceIdentifier: Output<String>? = null, val tags: Output<List<RuleTagArgs>>? = null) : ConvertibleToJava<RuleArgs>
Creates a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions.
Constructors
Link copied to clipboard
fun RuleArgs(action: Output<RuleActionArgs>? = null, listenerIdentifier: Output<String>? = null, match: Output<RuleMatchArgs>? = null, name: Output<String>? = null, priority: Output<Int>? = null, serviceIdentifier: Output<String>? = null, tags: Output<List<RuleTagArgs>>? = null)