SplitTunnel

class SplitTunnel : KotlinCustomResource

Provides a Cloudflare Split Tunnel resource. Split tunnels are used to either include or exclude lists of routes from the WARP client's tunnel.

Import

Split Tunnels for default device policies must use "default" as the policy ID.

$ pulumi import cloudflare:index/splitTunnel:SplitTunnel example <account_id>/<policy_id>/<mode>

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val mode: Output<String>

The mode of the split tunnel policy. Available values: include, exclude.

Link copied to clipboard
val policyId: Output<String>?

The settings policy for which to configure this split tunnel policy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The value of the tunnel attributes.

Link copied to clipboard
val urn: Output<String>