TunnelRoute

class TunnelRoute : KotlinCustomResource

Provides a resource, that manages Cloudflare tunnel routes for Zero Trust. Tunnel routes are used to direct IP traffic through Cloudflare Tunnels.

Import

$ pulumi import cloudflare:index/tunnelRoute:TunnelRoute example <account_id>/<network_cidr>/<virtual_network_id>

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource. Modifying this attribute will force creation of a new resource.

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

Description of the tunnel route.

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

The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tunnelId: Output<String>

The ID of the tunnel that will service the tunnel route.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val virtualNetworkId: Output<String>?

The ID of the virtual network for which this route is being added; uses the default virtual network of the account if none is provided. Modifying this attribute will force creation of a new resource.