conditions

@JvmName(name = "csoikxncjxcvwefu")
suspend fun conditions(value: Output<List<ListenerRuleRuleConditionArgs>>)
@JvmName(name = "xfehndqlhpemcucp")
suspend fun conditions(value: List<ListenerRuleRuleConditionArgs>?)

Parameters

value

The conditions. The rule can optionally include up to one of each of the following conditions: `http-request-method`, `host-header`, `path-pattern`, and `source-ip`. A rule can also optionally include one or more of each of the following conditions: `http-header` and `query-string`.


@JvmName(name = "wcfvanmhahuveecp")
suspend fun conditions(vararg values: Output<ListenerRuleRuleConditionArgs>)


@JvmName(name = "pqxcooiugtnqpipg")
suspend fun conditions(values: List<Output<ListenerRuleRuleConditionArgs>>)
@JvmName(name = "idqoqhkavatrpcqm")
suspend fun conditions(vararg values: ListenerRuleRuleConditionArgs)

Parameters

values

The conditions. The rule can optionally include up to one of each of the following conditions: `http-request-method`, `host-header`, `path-pattern`, and `source-ip`. A rule can also optionally include one or more of each of the following conditions: `http-header` and `query-string`.


@JvmName(name = "hacgibqhbtuxrpxq")
suspend fun conditions(argument: List<suspend ListenerRuleRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "gowkrwedcagcryia")
suspend fun conditions(vararg argument: suspend ListenerRuleRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "uuuobpjghsfukmom")
suspend fun conditions(argument: suspend ListenerRuleRuleConditionArgsBuilder.() -> Unit)

Parameters

argument

The conditions. The rule can optionally include up to one of each of the following conditions: `http-request-method`, `host-header`, `path-pattern`, and `source-ip`. A rule can also optionally include one or more of each of the following conditions: `http-header` and `query-string`.