rules

@JvmName(name = "jrwpwxduwpyiywru")
suspend fun rules(value: Output<List<RuleArgs>>)
@JvmName(name = "iyungindabitrvww")
suspend fun rules(value: List<RuleArgs>?)

Parameters

value

Optional. List of rules to match. Note that at least one of the rules must match in order for the action specified in the 'action' field to be taken. A rule is a match if there is a matching source and destination. If left blank, the action specified in the action field will be applied on every request.


@JvmName(name = "rqlnurpjypbnnbdw")
suspend fun rules(vararg values: Output<RuleArgs>)


@JvmName(name = "tnjspepdplohgkuy")
suspend fun rules(values: List<Output<RuleArgs>>)
@JvmName(name = "mtyesbkbwjlynpjk")
suspend fun rules(vararg values: RuleArgs)

Parameters

values

Optional. List of rules to match. Note that at least one of the rules must match in order for the action specified in the 'action' field to be taken. A rule is a match if there is a matching source and destination. If left blank, the action specified in the action field will be applied on every request.


@JvmName(name = "ljeiiegisbudwhnl")
suspend fun rules(argument: List<suspend RuleArgsBuilder.() -> Unit>)
@JvmName(name = "ccgpofoachiwejyp")
suspend fun rules(vararg argument: suspend RuleArgsBuilder.() -> Unit)
@JvmName(name = "ebjjiaflpdifwukd")
suspend fun rules(argument: suspend RuleArgsBuilder.() -> Unit)

Parameters

argument

Optional. List of rules to match. Note that at least one of the rules must match in order for the action specified in the 'action' field to be taken. A rule is a match if there is a matching source and destination. If left blank, the action specified in the action field will be applied on every request.