RuleArgs

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)

Functions

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

Properties

Link copied to clipboard
val action: Output<RuleActionArgs>? = null
Link copied to clipboard
val listenerIdentifier: Output<String>? = null
Link copied to clipboard
val match: Output<RuleMatchArgs>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val priority: Output<Int>? = null
Link copied to clipboard
val serviceIdentifier: Output<String>? = null
Link copied to clipboard
val tags: Output<List<RuleTagArgs>>? = null