Zero Trust Split Tunnel Args
data class ZeroTrustSplitTunnelArgs(val accountId: Output<String>? = null, val mode: Output<String>? = null, val policyId: Output<String>? = null, val tunnels: Output<List<ZeroTrustSplitTunnelTunnelArgs>>? = null) : ConvertibleToJava<ZeroTrustSplitTunnelArgs>
Provides a Cloudflare Split Tunnel resource. Split tunnels are used to either include or exclude lists of routes from the WARP client's tunnel.
Constructors
Link copied to clipboard
constructor(accountId: Output<String>? = null, mode: Output<String>? = null, policyId: Output<String>? = null, tunnels: Output<List<ZeroTrustSplitTunnelTunnelArgs>>? = null)