ingressRules

@JvmName(name = "vrlbymwpmfmkcpgj")
suspend fun ingressRules(value: Output<List<TunnelConfigConfigIngressRuleArgs>>)
@JvmName(name = "lppmabskmguriigm")
suspend fun ingressRules(value: List<TunnelConfigConfigIngressRuleArgs>)

Parameters

value

Each incoming request received by cloudflared causes cloudflared to send a request to a local service. This section configures the rules that determine which requests are sent to which local services. Read more.


@JvmName(name = "jdccvsbenytydkqp")
suspend fun ingressRules(vararg values: Output<TunnelConfigConfigIngressRuleArgs>)


@JvmName(name = "qdssiceaaofbvdao")
suspend fun ingressRules(values: List<Output<TunnelConfigConfigIngressRuleArgs>>)
@JvmName(name = "qgfonwgmcpqkyyjd")
suspend fun ingressRules(vararg values: TunnelConfigConfigIngressRuleArgs)

Parameters

values

Each incoming request received by cloudflared causes cloudflared to send a request to a local service. This section configures the rules that determine which requests are sent to which local services. Read more.


@JvmName(name = "linqnxtfhicvfpcg")
suspend fun ingressRules(argument: List<suspend TunnelConfigConfigIngressRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ogsoaubmakkkvgxq")
suspend fun ingressRules(vararg argument: suspend TunnelConfigConfigIngressRuleArgsBuilder.() -> Unit)
@JvmName(name = "dcehfnvruksonjtp")
suspend fun ingressRules(argument: suspend TunnelConfigConfigIngressRuleArgsBuilder.() -> Unit)

Parameters

argument

Each incoming request received by cloudflared causes cloudflared to send a request to a local service. This section configures the rules that determine which requests are sent to which local services. Read more.