Cloudflare v6.8.0 published on Saturday, Aug 30, 2025 by Pulumi
cloudflare.getZeroTrustTunnelWarpConnector
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustTunnelWarpConnector = cloudflare.getZeroTrustTunnelWarpConnector({
accountId: "699d98642c564d2e855e9661899b7252",
tunnelId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_tunnel_warp_connector = cloudflare.get_zero_trust_tunnel_warp_connector(account_id="699d98642c564d2e855e9661899b7252",
tunnel_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.LookupZeroTrustTunnelWarpConnector(ctx, &cloudflare.LookupZeroTrustTunnelWarpConnectorArgs{
AccountId: "699d98642c564d2e855e9661899b7252",
TunnelId: 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 exampleZeroTrustTunnelWarpConnector = Cloudflare.GetZeroTrustTunnelWarpConnector.Invoke(new()
{
AccountId = "699d98642c564d2e855e9661899b7252",
TunnelId = "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.GetZeroTrustTunnelWarpConnectorArgs;
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 exampleZeroTrustTunnelWarpConnector = CloudflareFunctions.getZeroTrustTunnelWarpConnector(GetZeroTrustTunnelWarpConnectorArgs.builder()
.accountId("699d98642c564d2e855e9661899b7252")
.tunnelId("f70ff985-a4ef-4643-bbbc-4a0ed4fc8415")
.build());
}
}
variables:
exampleZeroTrustTunnelWarpConnector:
fn::invoke:
function: cloudflare:getZeroTrustTunnelWarpConnector
arguments:
accountId: 699d98642c564d2e855e9661899b7252
tunnelId: f70ff985-a4ef-4643-bbbc-4a0ed4fc8415
Using getZeroTrustTunnelWarpConnector
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 getZeroTrustTunnelWarpConnector(args: GetZeroTrustTunnelWarpConnectorArgs, opts?: InvokeOptions): Promise<GetZeroTrustTunnelWarpConnectorResult>
function getZeroTrustTunnelWarpConnectorOutput(args: GetZeroTrustTunnelWarpConnectorOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustTunnelWarpConnectorResult>
def get_zero_trust_tunnel_warp_connector(account_id: Optional[str] = None,
filter: Optional[GetZeroTrustTunnelWarpConnectorFilter] = None,
tunnel_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustTunnelWarpConnectorResult
def get_zero_trust_tunnel_warp_connector_output(account_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetZeroTrustTunnelWarpConnectorFilterArgs]] = None,
tunnel_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustTunnelWarpConnectorResult]
func LookupZeroTrustTunnelWarpConnector(ctx *Context, args *LookupZeroTrustTunnelWarpConnectorArgs, opts ...InvokeOption) (*LookupZeroTrustTunnelWarpConnectorResult, error)
func LookupZeroTrustTunnelWarpConnectorOutput(ctx *Context, args *LookupZeroTrustTunnelWarpConnectorOutputArgs, opts ...InvokeOption) LookupZeroTrustTunnelWarpConnectorResultOutput
> Note: This function is named LookupZeroTrustTunnelWarpConnector
in the Go SDK.
public static class GetZeroTrustTunnelWarpConnector
{
public static Task<GetZeroTrustTunnelWarpConnectorResult> InvokeAsync(GetZeroTrustTunnelWarpConnectorArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustTunnelWarpConnectorResult> Invoke(GetZeroTrustTunnelWarpConnectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetZeroTrustTunnelWarpConnectorResult> getZeroTrustTunnelWarpConnector(GetZeroTrustTunnelWarpConnectorArgs args, InvokeOptions options)
public static Output<GetZeroTrustTunnelWarpConnectorResult> getZeroTrustTunnelWarpConnector(GetZeroTrustTunnelWarpConnectorArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustTunnelWarpConnector:getZeroTrustTunnelWarpConnector
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - Cloudflare account ID
- Filter
Get
Zero Trust Tunnel Warp Connector Filter - Tunnel
Id string - UUID of the tunnel.
- Account
Id string - Cloudflare account ID
- Filter
Get
Zero Trust Tunnel Warp Connector Filter - Tunnel
Id string - UUID of the tunnel.
- account
Id String - Cloudflare account ID
- filter
Get
Zero Trust Tunnel Warp Connector Filter - tunnel
Id String - UUID of the tunnel.
- account
Id string - Cloudflare account ID
- filter
Get
Zero Trust Tunnel Warp Connector Filter - tunnel
Id string - UUID of the tunnel.
- account_
id str - Cloudflare account ID
- filter
Get
Zero Trust Tunnel Warp Connector Filter - tunnel_
id str - UUID of the tunnel.
- account
Id String - Cloudflare account ID
- filter Property Map
- tunnel
Id String - UUID of the tunnel.
getZeroTrustTunnelWarpConnector Result
The following output properties are available:
- Account
Id string - Cloudflare account ID
- Account
Tag string - Cloudflare account ID
- Config
Src string - Indicates if this is a locally or remotely configured tunnel. If
local
, manage the tunnel using a YAML file on the origin machine. Ifcloudflare
, manage the tunnel on the Zero Trust dashboard. Available values: "local", "cloudflare". - Connections
List<Get
Zero Trust Tunnel Warp Connector Connection> - The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
- Conns
Active stringAt - Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If
null
, the tunnel is inactive. - Conns
Inactive stringAt - Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If
null
, the tunnel is active. - 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 tunnel.
- Metadata string
- Metadata associated with the tunnel.
- Name string
- A user-friendly name for a tunnel.
- Remote
Config bool - If
true
, the tunnel can be configured remotely from the Zero Trust dashboard. Iffalse
, the tunnel must be configured locally on the origin machine. - Status string
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - Tun
Type string - The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
- Filter
Get
Zero Trust Tunnel Warp Connector Filter - Tunnel
Id string - UUID of the tunnel.
- Account
Id string - Cloudflare account ID
- Account
Tag string - Cloudflare account ID
- Config
Src string - Indicates if this is a locally or remotely configured tunnel. If
local
, manage the tunnel using a YAML file on the origin machine. Ifcloudflare
, manage the tunnel on the Zero Trust dashboard. Available values: "local", "cloudflare". - Connections
[]Get
Zero Trust Tunnel Warp Connector Connection - The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
- Conns
Active stringAt - Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If
null
, the tunnel is inactive. - Conns
Inactive stringAt - Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If
null
, the tunnel is active. - 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 tunnel.
- Metadata string
- Metadata associated with the tunnel.
- Name string
- A user-friendly name for a tunnel.
- Remote
Config bool - If
true
, the tunnel can be configured remotely from the Zero Trust dashboard. Iffalse
, the tunnel must be configured locally on the origin machine. - Status string
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - Tun
Type string - The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
- Filter
Get
Zero Trust Tunnel Warp Connector Filter - Tunnel
Id string - UUID of the tunnel.
- account
Id String - Cloudflare account ID
- account
Tag String - Cloudflare account ID
- config
Src String - Indicates if this is a locally or remotely configured tunnel. If
local
, manage the tunnel using a YAML file on the origin machine. Ifcloudflare
, manage the tunnel on the Zero Trust dashboard. Available values: "local", "cloudflare". - connections
List<Get
Zero Trust Tunnel Warp Connector Connection> - The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
- conns
Active StringAt - Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If
null
, the tunnel is inactive. - conns
Inactive StringAt - Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If
null
, the tunnel is active. - 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 tunnel.
- metadata String
- Metadata associated with the tunnel.
- name String
- A user-friendly name for a tunnel.
- remote
Config Boolean - If
true
, the tunnel can be configured remotely from the Zero Trust dashboard. Iffalse
, the tunnel must be configured locally on the origin machine. - status String
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - tun
Type String - The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
- filter
Get
Zero Trust Tunnel Warp Connector Filter - tunnel
Id String - UUID of the tunnel.
- account
Id string - Cloudflare account ID
- account
Tag string - Cloudflare account ID
- config
Src string - Indicates if this is a locally or remotely configured tunnel. If
local
, manage the tunnel using a YAML file on the origin machine. Ifcloudflare
, manage the tunnel on the Zero Trust dashboard. Available values: "local", "cloudflare". - connections
Get
Zero Trust Tunnel Warp Connector Connection[] - The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
- conns
Active stringAt - Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If
null
, the tunnel is inactive. - conns
Inactive stringAt - Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If
null
, the tunnel is active. - 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 tunnel.
- metadata string
- Metadata associated with the tunnel.
- name string
- A user-friendly name for a tunnel.
- remote
Config boolean - If
true
, the tunnel can be configured remotely from the Zero Trust dashboard. Iffalse
, the tunnel must be configured locally on the origin machine. - status string
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - tun
Type string - The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
- filter
Get
Zero Trust Tunnel Warp Connector Filter - tunnel
Id string - UUID of the tunnel.
- account_
id str - Cloudflare account ID
- account_
tag str - Cloudflare account ID
- config_
src str - Indicates if this is a locally or remotely configured tunnel. If
local
, manage the tunnel using a YAML file on the origin machine. Ifcloudflare
, manage the tunnel on the Zero Trust dashboard. Available values: "local", "cloudflare". - connections
Sequence[Get
Zero Trust Tunnel Warp Connector Connection] - The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
- conns_
active_ strat - Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If
null
, the tunnel is inactive. - conns_
inactive_ strat - Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If
null
, the tunnel is active. - 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 tunnel.
- metadata str
- Metadata associated with the tunnel.
- name str
- A user-friendly name for a tunnel.
- remote_
config bool - If
true
, the tunnel can be configured remotely from the Zero Trust dashboard. Iffalse
, the tunnel must be configured locally on the origin machine. - status str
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - tun_
type str - The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
- filter
Get
Zero Trust Tunnel Warp Connector Filter - tunnel_
id str - UUID of the tunnel.
- account
Id String - Cloudflare account ID
- account
Tag String - Cloudflare account ID
- config
Src String - Indicates if this is a locally or remotely configured tunnel. If
local
, manage the tunnel using a YAML file on the origin machine. Ifcloudflare
, manage the tunnel on the Zero Trust dashboard. Available values: "local", "cloudflare". - connections List<Property Map>
- The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
- conns
Active StringAt - Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If
null
, the tunnel is inactive. - conns
Inactive StringAt - Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If
null
, the tunnel is active. - 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 tunnel.
- metadata String
- Metadata associated with the tunnel.
- name String
- A user-friendly name for a tunnel.
- remote
Config Boolean - If
true
, the tunnel can be configured remotely from the Zero Trust dashboard. Iffalse
, the tunnel must be configured locally on the origin machine. - status String
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - tun
Type String - The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
- filter Property Map
- tunnel
Id String - UUID of the tunnel.
Supporting Types
GetZeroTrustTunnelWarpConnectorConnection
- Client
Id string - UUID of the Cloudflare Tunnel connector.
- Client
Version string - The cloudflared version used to establish this connection.
- Colo
Name string - The Cloudflare data center used for this connection.
- Id string
- UUID of the Cloudflare Tunnel connection.
- Is
Pending boolReconnect - Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If
true
, the connection has disconnected but is still being tracked. Iffalse
, the connection is actively serving traffic. - Opened
At string - Timestamp of when the connection was established.
- Origin
Ip string - The public IP address of the host running cloudflared.
- Uuid string
- UUID of the Cloudflare Tunnel connection.
- Client
Id string - UUID of the Cloudflare Tunnel connector.
- Client
Version string - The cloudflared version used to establish this connection.
- Colo
Name string - The Cloudflare data center used for this connection.
- Id string
- UUID of the Cloudflare Tunnel connection.
- Is
Pending boolReconnect - Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If
true
, the connection has disconnected but is still being tracked. Iffalse
, the connection is actively serving traffic. - Opened
At string - Timestamp of when the connection was established.
- Origin
Ip string - The public IP address of the host running cloudflared.
- Uuid string
- UUID of the Cloudflare Tunnel connection.
- client
Id String - UUID of the Cloudflare Tunnel connector.
- client
Version String - The cloudflared version used to establish this connection.
- colo
Name String - The Cloudflare data center used for this connection.
- id String
- UUID of the Cloudflare Tunnel connection.
- is
Pending BooleanReconnect - Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If
true
, the connection has disconnected but is still being tracked. Iffalse
, the connection is actively serving traffic. - opened
At String - Timestamp of when the connection was established.
- origin
Ip String - The public IP address of the host running cloudflared.
- uuid String
- UUID of the Cloudflare Tunnel connection.
- client
Id string - UUID of the Cloudflare Tunnel connector.
- client
Version string - The cloudflared version used to establish this connection.
- colo
Name string - The Cloudflare data center used for this connection.
- id string
- UUID of the Cloudflare Tunnel connection.
- is
Pending booleanReconnect - Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If
true
, the connection has disconnected but is still being tracked. Iffalse
, the connection is actively serving traffic. - opened
At string - Timestamp of when the connection was established.
- origin
Ip string - The public IP address of the host running cloudflared.
- uuid string
- UUID of the Cloudflare Tunnel connection.
- client_
id str - UUID of the Cloudflare Tunnel connector.
- client_
version str - The cloudflared version used to establish this connection.
- colo_
name str - The Cloudflare data center used for this connection.
- id str
- UUID of the Cloudflare Tunnel connection.
- is_
pending_ boolreconnect - Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If
true
, the connection has disconnected but is still being tracked. Iffalse
, the connection is actively serving traffic. - opened_
at str - Timestamp of when the connection was established.
- origin_
ip str - The public IP address of the host running cloudflared.
- uuid str
- UUID of the Cloudflare Tunnel connection.
- client
Id String - UUID of the Cloudflare Tunnel connector.
- client
Version String - The cloudflared version used to establish this connection.
- colo
Name String - The Cloudflare data center used for this connection.
- id String
- UUID of the Cloudflare Tunnel connection.
- is
Pending BooleanReconnect - Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If
true
, the connection has disconnected but is still being tracked. Iffalse
, the connection is actively serving traffic. - opened
At String - Timestamp of when the connection was established.
- origin
Ip String - The public IP address of the host running cloudflared.
- uuid String
- UUID of the Cloudflare Tunnel connection.
GetZeroTrustTunnelWarpConnectorFilter
- Exclude
Prefix string - Existed
At string - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- Include
Prefix string - Is
Deleted bool - If
true
, only include deleted tunnels. Iffalse
, exclude deleted tunnels. If empty, all tunnels will be included. - Name string
- A user-friendly name for the tunnel.
- Status string
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - Uuid string
- UUID of the tunnel.
- Was
Active stringAt - Was
Inactive stringAt
- Exclude
Prefix string - Existed
At string - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- Include
Prefix string - Is
Deleted bool - If
true
, only include deleted tunnels. Iffalse
, exclude deleted tunnels. If empty, all tunnels will be included. - Name string
- A user-friendly name for the tunnel.
- Status string
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - Uuid string
- UUID of the tunnel.
- Was
Active stringAt - Was
Inactive stringAt
- exclude
Prefix String - existed
At String - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- include
Prefix String - is
Deleted Boolean - If
true
, only include deleted tunnels. Iffalse
, exclude deleted tunnels. If empty, all tunnels will be included. - name String
- A user-friendly name for the tunnel.
- status String
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - uuid String
- UUID of the tunnel.
- was
Active StringAt - was
Inactive StringAt
- exclude
Prefix string - existed
At string - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- include
Prefix string - is
Deleted boolean - If
true
, only include deleted tunnels. Iffalse
, exclude deleted tunnels. If empty, all tunnels will be included. - name string
- A user-friendly name for the tunnel.
- status string
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - uuid string
- UUID of the tunnel.
- was
Active stringAt - was
Inactive stringAt
- exclude_
prefix str - existed_
at str - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- include_
prefix str - is_
deleted bool - If
true
, only include deleted tunnels. Iffalse
, exclude deleted tunnels. If empty, all tunnels will be included. - name str
- A user-friendly name for the tunnel.
- status str
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - uuid str
- UUID of the tunnel.
- was_
active_ strat - was_
inactive_ strat
- exclude
Prefix String - existed
At String - If provided, include only resources that were created (and not deleted) before this time. URL encoded.
- include
Prefix String - is
Deleted Boolean - If
true
, only include deleted tunnels. Iffalse
, exclude deleted tunnels. If empty, all tunnels will be included. - name String
- A user-friendly name for the tunnel.
- status String
- The status of the tunnel. Valid values are
inactive
(tunnel has never been run),degraded
(tunnel is active and able to serve traffic but in an unhealthy state),healthy
(tunnel is active and able to serve traffic), ordown
(tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down". - uuid String
- UUID of the tunnel.
- was
Active StringAt - was
Inactive StringAt
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.