conditions

@JvmName(name = "ewlegnxdhcgteugg")
suspend fun conditions(value: Output<List<ListenerRuleRuleConditionArgs>>)
@JvmName(name = "ifyprbufxvooyffd")
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 = "cmlbtwsgiehfwdey")
suspend fun conditions(vararg values: Output<ListenerRuleRuleConditionArgs>)


@JvmName(name = "asuccrqkxqlmhqvt")
suspend fun conditions(values: List<Output<ListenerRuleRuleConditionArgs>>)
@JvmName(name = "fwyvqnsefitppwme")
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 = "vlkvnfeottrlsimp")
suspend fun conditions(argument: List<suspend ListenerRuleRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "oewpibtsimexuris")
suspend fun conditions(vararg argument: suspend ListenerRuleRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "ylhjdkqyyyhvcxfi")
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`.