Zero Trust Tunnel Cloudflared Config Config Args
data class ZeroTrustTunnelCloudflaredConfigConfigArgs(val ingressRules: Output<List<ZeroTrustTunnelCloudflaredConfigConfigIngressRuleArgs>>, val originRequest: Output<ZeroTrustTunnelCloudflaredConfigConfigOriginRequestArgs>? = null, val warpRouting: Output<ZeroTrustTunnelCloudflaredConfigConfigWarpRoutingArgs>? = null) : ConvertibleToJava<ZeroTrustTunnelCloudflaredConfigConfigArgs>
Constructors
Link copied to clipboard
constructor(ingressRules: Output<List<ZeroTrustTunnelCloudflaredConfigConfigIngressRuleArgs>>, originRequest: Output<ZeroTrustTunnelCloudflaredConfigConfigOriginRequestArgs>? = null, warpRouting: Output<ZeroTrustTunnelCloudflaredConfigConfigWarpRoutingArgs>? = null)
Properties
Link copied to clipboard
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. Last rule must match all requests, e.g service = "http_status:503"
. Read more.
Link copied to clipboard
Link copied to clipboard
If you're exposing a private network, you need to add the warp-routing
key and set it to true
.