Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustTunnelCloudflaredRoute = cloudflare.getZeroTrustTunnelCloudflaredRoute({
accountId: "699d98642c564d2e855e9661899b7252",
routeId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_tunnel_cloudflared_route = cloudflare.get_zero_trust_tunnel_cloudflared_route(account_id="699d98642c564d2e855e9661899b7252",
route_id="f70ff985-a4ef-4643-bbbc-4a0ed4fc8415")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupZeroTrustTunnelCloudflaredRoute(ctx, &cloudflare.LookupZeroTrustTunnelCloudflaredRouteArgs{
AccountId: "699d98642c564d2e855e9661899b7252",
RouteId: pulumi.StringRef("f70ff985-a4ef-4643-bbbc-4a0ed4fc8415"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleZeroTrustTunnelCloudflaredRoute = Cloudflare.GetZeroTrustTunnelCloudflaredRoute.Invoke(new()
{
AccountId = "699d98642c564d2e855e9661899b7252",
RouteId = "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetZeroTrustTunnelCloudflaredRouteArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleZeroTrustTunnelCloudflaredRoute = CloudflareFunctions.getZeroTrustTunnelCloudflaredRoute(GetZeroTrustTunnelCloudflaredRouteArgs.builder()
.accountId("699d98642c564d2e855e9661899b7252")
.routeId("f70ff985-a4ef-4643-bbbc-4a0ed4fc8415")
.build());
}
}
variables:
exampleZeroTrustTunnelCloudflaredRoute:
fn::invoke:
function: cloudflare:getZeroTrustTunnelCloudflaredRoute
arguments:
accountId: 699d98642c564d2e855e9661899b7252
routeId: f70ff985-a4ef-4643-bbbc-4a0ed4fc8415
Using getZeroTrustTunnelCloudflaredRoute
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getZeroTrustTunnelCloudflaredRoute(args: GetZeroTrustTunnelCloudflaredRouteArgs, opts?: InvokeOptions): Promise<GetZeroTrustTunnelCloudflaredRouteResult>
function getZeroTrustTunnelCloudflaredRouteOutput(args: GetZeroTrustTunnelCloudflaredRouteOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustTunnelCloudflaredRouteResult>def get_zero_trust_tunnel_cloudflared_route(account_id: Optional[str] = None,
filter: Optional[GetZeroTrustTunnelCloudflaredRouteFilter] = None,
route_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustTunnelCloudflaredRouteResult
def get_zero_trust_tunnel_cloudflared_route_output(account_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetZeroTrustTunnelCloudflaredRouteFilterArgs]] = None,
route_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustTunnelCloudflaredRouteResult]func LookupZeroTrustTunnelCloudflaredRoute(ctx *Context, args *LookupZeroTrustTunnelCloudflaredRouteArgs, opts ...InvokeOption) (*LookupZeroTrustTunnelCloudflaredRouteResult, error)
func LookupZeroTrustTunnelCloudflaredRouteOutput(ctx *Context, args *LookupZeroTrustTunnelCloudflaredRouteOutputArgs, opts ...InvokeOption) LookupZeroTrustTunnelCloudflaredRouteResultOutput> Note: This function is named LookupZeroTrustTunnelCloudflaredRoute in the Go SDK.
public static class GetZeroTrustTunnelCloudflaredRoute
{
public static Task<GetZeroTrustTunnelCloudflaredRouteResult> InvokeAsync(GetZeroTrustTunnelCloudflaredRouteArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustTunnelCloudflaredRouteResult> Invoke(GetZeroTrustTunnelCloudflaredRouteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZeroTrustTunnelCloudflaredRouteResult> getZeroTrustTunnelCloudflaredRoute(GetZeroTrustTunnelCloudflaredRouteArgs args, InvokeOptions options)
public static Output<GetZeroTrustTunnelCloudflaredRouteResult> getZeroTrustTunnelCloudflaredRoute(GetZeroTrustTunnelCloudflaredRouteArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustTunnelCloudflaredRoute:getZeroTrustTunnelCloudflaredRoute
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Cloudflare account ID
- Filter
Get
Zero Trust Tunnel Cloudflared Route Filter - Route
Id string - UUID of the route.
- Account
Id string - Cloudflare account ID
- Filter
Get
Zero Trust Tunnel Cloudflared Route Filter - Route
Id string - UUID of the route.
- account
Id String - Cloudflare account ID
- filter
Get
Zero Trust Tunnel Cloudflared Route Filter - route
Id String - UUID of the route.
- account
Id string - Cloudflare account ID
- filter
Get
Zero Trust Tunnel Cloudflared Route Filter - route
Id string - UUID of the route.
- account_
id str - Cloudflare account ID
- filter
Get
Zero Trust Tunnel Cloudflared Route Filter - route_
id str - UUID of the route.
- account
Id String - Cloudflare account ID
- filter Property Map
- route
Id String - UUID of the route.
getZeroTrustTunnelCloudflaredRoute Result
The following output properties are available:
- Account
Id string - Cloudflare account ID
- Comment string
- Optional remark describing the route.
- Created
At string - Timestamp of when the resource was created.
- Deleted
At string - Timestamp of when the resource was deleted. If
null, the resource has not been deleted. - Id string
- UUID of the route.
- Network string
- The private IPv4 or IPv6 range connected by the route, in CIDR notation.
- Tunnel
Id string - UUID of the tunnel.
- Virtual
Network stringId - UUID of the virtual network.
- Filter
Get
Zero Trust Tunnel Cloudflared Route Filter - Route
Id string - UUID of the route.
- Account
Id string - Cloudflare account ID
- Comment string
- Optional remark describing the route.
- Created
At string - Timestamp of when the resource was created.
- Deleted
At string - Timestamp of when the resource was deleted. If
null, the resource has not been deleted. - Id string
- UUID of the route.
- Network string
- The private IPv4 or IPv6 range connected by the route, in CIDR notation.
- Tunnel
Id string - UUID of the tunnel.
- Virtual
Network stringId - UUID of the virtual network.
- Filter
Get
Zero Trust Tunnel Cloudflared Route Filter - Route
Id string - UUID of the route.
- account
Id String - Cloudflare account ID
- comment String
- Optional remark describing the route.
- created
At String - Timestamp of when the resource was created.
- deleted
At String - Timestamp of when the resource was deleted. If
null, the resource has not been deleted. - id String
- UUID of the route.
- network String
- The private IPv4 or IPv6 range connected by the route, in CIDR notation.
- tunnel
Id String - UUID of the tunnel.
- virtual
Network StringId - UUID of the virtual network.
- filter
Get
Zero Trust Tunnel Cloudflared Route Filter - route
Id String - UUID of the route.
- account
Id string - Cloudflare account ID
- comment string
- Optional remark describing the route.
- created
At string - Timestamp of when the resource was created.
- deleted
At string - Timestamp of when the resource was deleted. If
null, the resource has not been deleted. - id string
- UUID of the route.
- network string
- The private IPv4 or IPv6 range connected by the route, in CIDR notation.
- tunnel
Id string - UUID of the tunnel.
- virtual
Network stringId - UUID of the virtual network.
- filter
Get
Zero Trust Tunnel Cloudflared Route Filter - route
Id string - UUID of the route.
- account_
id str - Cloudflare account ID
- comment str
- Optional remark describing the route.
- created_
at str - Timestamp of when the resource was created.
- deleted_
at str - Timestamp of when the resource was deleted. If
null, the resource has not been deleted. - id str
- UUID of the route.
- network str
- The private IPv4 or IPv6 range connected by the route, in CIDR notation.
- tunnel_
id str - UUID of the tunnel.
- virtual_
network_ strid - UUID of the virtual network.
- filter
Get
Zero Trust Tunnel Cloudflared Route Filter - route_
id str - UUID of the route.
- account
Id String - Cloudflare account ID
- comment String
- Optional remark describing the route.
- created
At String - Timestamp of when the resource was created.
- deleted
At String - Timestamp of when the resource was deleted. If
null, the resource has not been deleted. - id String
- UUID of the route.
- network String
- The private IPv4 or IPv6 range connected by the route, in CIDR notation.
- tunnel
Id String - UUID of the tunnel.
- virtual
Network StringId - UUID of the virtual network.
- filter Property Map
- route
Id String - UUID of the route.
Supporting Types
GetZeroTrustTunnelCloudflaredRouteFilter
- Comment string
- Optional remark describing the route.
- Existed
At string - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- Is
Deleted bool - If
true, only include deleted routes. Iffalse, exclude deleted routes. If empty, all routes will be included. - Network
Subset string - If set, only list routes that are contained within this IP range.
- Network
Superset string - If set, only list routes that contain this IP range.
- Tun
Types List<string> - The types of tunnels to filter by, separated by commas.
- Tunnel
Id string - UUID of the tunnel.
- Virtual
Network stringId - UUID of the virtual network.
- Comment string
- Optional remark describing the route.
- Existed
At string - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- Is
Deleted bool - If
true, only include deleted routes. Iffalse, exclude deleted routes. If empty, all routes will be included. - Network
Subset string - If set, only list routes that are contained within this IP range.
- Network
Superset string - If set, only list routes that contain this IP range.
- Tun
Types []string - The types of tunnels to filter by, separated by commas.
- Tunnel
Id string - UUID of the tunnel.
- Virtual
Network stringId - UUID of the virtual network.
- comment String
- Optional remark describing the route.
- existed
At String - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- is
Deleted Boolean - If
true, only include deleted routes. Iffalse, exclude deleted routes. If empty, all routes will be included. - network
Subset String - If set, only list routes that are contained within this IP range.
- network
Superset String - If set, only list routes that contain this IP range.
- tun
Types List<String> - The types of tunnels to filter by, separated by commas.
- tunnel
Id String - UUID of the tunnel.
- virtual
Network StringId - UUID of the virtual network.
- comment string
- Optional remark describing the route.
- existed
At string - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- is
Deleted boolean - If
true, only include deleted routes. Iffalse, exclude deleted routes. If empty, all routes will be included. - network
Subset string - If set, only list routes that are contained within this IP range.
- network
Superset string - If set, only list routes that contain this IP range.
- tun
Types string[] - The types of tunnels to filter by, separated by commas.
- tunnel
Id string - UUID of the tunnel.
- virtual
Network stringId - UUID of the virtual network.
- comment str
- Optional remark describing the route.
- existed_
at str - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- is_
deleted bool - If
true, only include deleted routes. Iffalse, exclude deleted routes. If empty, all routes will be included. - network_
subset str - If set, only list routes that are contained within this IP range.
- network_
superset str - If set, only list routes that contain this IP range.
- tun_
types Sequence[str] - The types of tunnels to filter by, separated by commas.
- tunnel_
id str - UUID of the tunnel.
- virtual_
network_ strid - UUID of the virtual network.
- comment String
- Optional remark describing the route.
- existed
At String - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- is
Deleted Boolean - If
true, only include deleted routes. Iffalse, exclude deleted routes. If empty, all routes will be included. - network
Subset String - If set, only list routes that are contained within this IP range.
- network
Superset String - If set, only list routes that contain this IP range.
- tun
Types List<String> - The types of tunnels to filter by, separated by commas.
- tunnel
Id String - UUID of the tunnel.
- virtual
Network StringId - UUID of the virtual network.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
