1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. ZeroTrustTunnelWarpConnector
Cloudflare v6.5.0 published on Thursday, Aug 14, 2025 by Pulumi

cloudflare.ZeroTrustTunnelWarpConnector

Explore with Pulumi AI

cloudflare logo
Cloudflare v6.5.0 published on Thursday, Aug 14, 2025 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as cloudflare from "@pulumi/cloudflare";
    
    const exampleZeroTrustTunnelWarpConnector = new cloudflare.ZeroTrustTunnelWarpConnector("example_zero_trust_tunnel_warp_connector", {
        accountId: "699d98642c564d2e855e9661899b7252",
        name: "blog",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    example_zero_trust_tunnel_warp_connector = cloudflare.ZeroTrustTunnelWarpConnector("example_zero_trust_tunnel_warp_connector",
        account_id="699d98642c564d2e855e9661899b7252",
        name="blog")
    
    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.NewZeroTrustTunnelWarpConnector(ctx, "example_zero_trust_tunnel_warp_connector", &cloudflare.ZeroTrustTunnelWarpConnectorArgs{
    			AccountId: pulumi.String("699d98642c564d2e855e9661899b7252"),
    			Name:      pulumi.String("blog"),
    		})
    		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 = new Cloudflare.ZeroTrustTunnelWarpConnector("example_zero_trust_tunnel_warp_connector", new()
        {
            AccountId = "699d98642c564d2e855e9661899b7252",
            Name = "blog",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.cloudflare.ZeroTrustTunnelWarpConnector;
    import com.pulumi.cloudflare.ZeroTrustTunnelWarpConnectorArgs;
    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) {
            var exampleZeroTrustTunnelWarpConnector = new ZeroTrustTunnelWarpConnector("exampleZeroTrustTunnelWarpConnector", ZeroTrustTunnelWarpConnectorArgs.builder()
                .accountId("699d98642c564d2e855e9661899b7252")
                .name("blog")
                .build());
    
        }
    }
    
    resources:
      exampleZeroTrustTunnelWarpConnector:
        type: cloudflare:ZeroTrustTunnelWarpConnector
        name: example_zero_trust_tunnel_warp_connector
        properties:
          accountId: 699d98642c564d2e855e9661899b7252
          name: blog
    

    Create ZeroTrustTunnelWarpConnector Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ZeroTrustTunnelWarpConnector(name: string, args: ZeroTrustTunnelWarpConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def ZeroTrustTunnelWarpConnector(resource_name: str,
                                     args: ZeroTrustTunnelWarpConnectorArgs,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ZeroTrustTunnelWarpConnector(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     account_id: Optional[str] = None,
                                     name: Optional[str] = None,
                                     tunnel_secret: Optional[str] = None)
    func NewZeroTrustTunnelWarpConnector(ctx *Context, name string, args ZeroTrustTunnelWarpConnectorArgs, opts ...ResourceOption) (*ZeroTrustTunnelWarpConnector, error)
    public ZeroTrustTunnelWarpConnector(string name, ZeroTrustTunnelWarpConnectorArgs args, CustomResourceOptions? opts = null)
    public ZeroTrustTunnelWarpConnector(String name, ZeroTrustTunnelWarpConnectorArgs args)
    public ZeroTrustTunnelWarpConnector(String name, ZeroTrustTunnelWarpConnectorArgs args, CustomResourceOptions options)
    
    type: cloudflare:ZeroTrustTunnelWarpConnector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ZeroTrustTunnelWarpConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ZeroTrustTunnelWarpConnectorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ZeroTrustTunnelWarpConnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ZeroTrustTunnelWarpConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ZeroTrustTunnelWarpConnectorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var zeroTrustTunnelWarpConnectorResource = new Cloudflare.ZeroTrustTunnelWarpConnector("zeroTrustTunnelWarpConnectorResource", new()
    {
        AccountId = "string",
        Name = "string",
        TunnelSecret = "string",
    });
    
    example, err := cloudflare.NewZeroTrustTunnelWarpConnector(ctx, "zeroTrustTunnelWarpConnectorResource", &cloudflare.ZeroTrustTunnelWarpConnectorArgs{
    	AccountId:    pulumi.String("string"),
    	Name:         pulumi.String("string"),
    	TunnelSecret: pulumi.String("string"),
    })
    
    var zeroTrustTunnelWarpConnectorResource = new ZeroTrustTunnelWarpConnector("zeroTrustTunnelWarpConnectorResource", ZeroTrustTunnelWarpConnectorArgs.builder()
        .accountId("string")
        .name("string")
        .tunnelSecret("string")
        .build());
    
    zero_trust_tunnel_warp_connector_resource = cloudflare.ZeroTrustTunnelWarpConnector("zeroTrustTunnelWarpConnectorResource",
        account_id="string",
        name="string",
        tunnel_secret="string")
    
    const zeroTrustTunnelWarpConnectorResource = new cloudflare.ZeroTrustTunnelWarpConnector("zeroTrustTunnelWarpConnectorResource", {
        accountId: "string",
        name: "string",
        tunnelSecret: "string",
    });
    
    type: cloudflare:ZeroTrustTunnelWarpConnector
    properties:
        accountId: string
        name: string
        tunnelSecret: string
    

    ZeroTrustTunnelWarpConnector Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ZeroTrustTunnelWarpConnector resource accepts the following input properties:

    AccountId string
    Cloudflare account ID
    Name string
    A user-friendly name for a tunnel.
    TunnelSecret string
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    AccountId string
    Cloudflare account ID
    Name string
    A user-friendly name for a tunnel.
    TunnelSecret string
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    accountId String
    Cloudflare account ID
    name String
    A user-friendly name for a tunnel.
    tunnelSecret String
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    accountId string
    Cloudflare account ID
    name string
    A user-friendly name for a tunnel.
    tunnelSecret string
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    account_id str
    Cloudflare account ID
    name str
    A user-friendly name for a tunnel.
    tunnel_secret str
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    accountId String
    Cloudflare account ID
    name String
    A user-friendly name for a tunnel.
    tunnelSecret String
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ZeroTrustTunnelWarpConnector resource produces the following output properties:

    AccountTag string
    Cloudflare account ID
    Connections List<ZeroTrustTunnelWarpConnectorConnection>
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    ConnsActiveAt string
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    ConnsInactiveAt string
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    CreatedAt string
    Timestamp of when the resource was created.
    DeletedAt string
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    Id string
    The provider-assigned unique ID for this managed resource.
    Metadata string
    Metadata associated with the tunnel.
    RemoteConfig bool
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    TunType string
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    AccountTag string
    Cloudflare account ID
    Connections []ZeroTrustTunnelWarpConnectorConnection
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    ConnsActiveAt string
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    ConnsInactiveAt string
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    CreatedAt string
    Timestamp of when the resource was created.
    DeletedAt string
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    Id string
    The provider-assigned unique ID for this managed resource.
    Metadata string
    Metadata associated with the tunnel.
    RemoteConfig bool
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    TunType string
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    accountTag String
    Cloudflare account ID
    connections List<ZeroTrustTunnelWarpConnectorConnection>
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    connsActiveAt String
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    connsInactiveAt String
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    createdAt String
    Timestamp of when the resource was created.
    deletedAt String
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    id String
    The provider-assigned unique ID for this managed resource.
    metadata String
    Metadata associated with the tunnel.
    remoteConfig Boolean
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    tunType String
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    accountTag string
    Cloudflare account ID
    connections ZeroTrustTunnelWarpConnectorConnection[]
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    connsActiveAt string
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    connsInactiveAt string
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    createdAt string
    Timestamp of when the resource was created.
    deletedAt string
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    id string
    The provider-assigned unique ID for this managed resource.
    metadata string
    Metadata associated with the tunnel.
    remoteConfig boolean
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    tunType string
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    account_tag str
    Cloudflare account ID
    connections Sequence[ZeroTrustTunnelWarpConnectorConnection]
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    conns_active_at str
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    conns_inactive_at str
    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
    The provider-assigned unique ID for this managed resource.
    metadata str
    Metadata associated with the tunnel.
    remote_config bool
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (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".
    accountTag String
    Cloudflare account ID
    connections List<Property Map>
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    connsActiveAt String
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    connsInactiveAt String
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    createdAt String
    Timestamp of when the resource was created.
    deletedAt String
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    id String
    The provider-assigned unique ID for this managed resource.
    metadata String
    Metadata associated with the tunnel.
    remoteConfig Boolean
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    tunType String
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".

    Look up Existing ZeroTrustTunnelWarpConnector Resource

    Get an existing ZeroTrustTunnelWarpConnector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ZeroTrustTunnelWarpConnectorState, opts?: CustomResourceOptions): ZeroTrustTunnelWarpConnector
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            account_tag: Optional[str] = None,
            connections: Optional[Sequence[ZeroTrustTunnelWarpConnectorConnectionArgs]] = None,
            conns_active_at: Optional[str] = None,
            conns_inactive_at: Optional[str] = None,
            created_at: Optional[str] = None,
            deleted_at: Optional[str] = None,
            metadata: Optional[str] = None,
            name: Optional[str] = None,
            remote_config: Optional[bool] = None,
            status: Optional[str] = None,
            tun_type: Optional[str] = None,
            tunnel_secret: Optional[str] = None) -> ZeroTrustTunnelWarpConnector
    func GetZeroTrustTunnelWarpConnector(ctx *Context, name string, id IDInput, state *ZeroTrustTunnelWarpConnectorState, opts ...ResourceOption) (*ZeroTrustTunnelWarpConnector, error)
    public static ZeroTrustTunnelWarpConnector Get(string name, Input<string> id, ZeroTrustTunnelWarpConnectorState? state, CustomResourceOptions? opts = null)
    public static ZeroTrustTunnelWarpConnector get(String name, Output<String> id, ZeroTrustTunnelWarpConnectorState state, CustomResourceOptions options)
    resources:  _:    type: cloudflare:ZeroTrustTunnelWarpConnector    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    Cloudflare account ID
    AccountTag string
    Cloudflare account ID
    Connections List<ZeroTrustTunnelWarpConnectorConnection>
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    ConnsActiveAt string
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    ConnsInactiveAt string
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    CreatedAt string
    Timestamp of when the resource was created.
    DeletedAt string
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    Metadata string
    Metadata associated with the tunnel.
    Name string
    A user-friendly name for a tunnel.
    RemoteConfig bool
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    TunType string
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    TunnelSecret string
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    AccountId string
    Cloudflare account ID
    AccountTag string
    Cloudflare account ID
    Connections []ZeroTrustTunnelWarpConnectorConnectionArgs
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    ConnsActiveAt string
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    ConnsInactiveAt string
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    CreatedAt string
    Timestamp of when the resource was created.
    DeletedAt string
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    Metadata string
    Metadata associated with the tunnel.
    Name string
    A user-friendly name for a tunnel.
    RemoteConfig bool
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    TunType string
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    TunnelSecret string
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    accountId String
    Cloudflare account ID
    accountTag String
    Cloudflare account ID
    connections List<ZeroTrustTunnelWarpConnectorConnection>
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    connsActiveAt String
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    connsInactiveAt String
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    createdAt String
    Timestamp of when the resource was created.
    deletedAt String
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    metadata String
    Metadata associated with the tunnel.
    name String
    A user-friendly name for a tunnel.
    remoteConfig Boolean
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    tunType String
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    tunnelSecret String
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    accountId string
    Cloudflare account ID
    accountTag string
    Cloudflare account ID
    connections ZeroTrustTunnelWarpConnectorConnection[]
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    connsActiveAt string
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    connsInactiveAt string
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    createdAt string
    Timestamp of when the resource was created.
    deletedAt string
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    metadata string
    Metadata associated with the tunnel.
    name string
    A user-friendly name for a tunnel.
    remoteConfig boolean
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    tunType string
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    tunnelSecret string
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    account_id str
    Cloudflare account ID
    account_tag str
    Cloudflare account ID
    connections Sequence[ZeroTrustTunnelWarpConnectorConnectionArgs]
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    conns_active_at str
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    conns_inactive_at str
    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.
    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. If false, 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), or down (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".
    tunnel_secret str
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.
    accountId String
    Cloudflare account ID
    accountTag String
    Cloudflare account ID
    connections List<Property Map>
    The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

    Deprecated: This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint /accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections

    connsActiveAt String
    Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
    connsInactiveAt String
    Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
    createdAt String
    Timestamp of when the resource was created.
    deletedAt String
    Timestamp of when the resource was deleted. If null, the resource has not been deleted.
    metadata String
    Metadata associated with the tunnel.
    name String
    A user-friendly name for a tunnel.
    remoteConfig Boolean
    If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, 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), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".
    tunType String
    The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".
    tunnelSecret String
    Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.

    Supporting Types

    ZeroTrustTunnelWarpConnectorConnection, ZeroTrustTunnelWarpConnectorConnectionArgs

    ClientId string
    UUID of the Cloudflare Tunnel connector.
    ClientVersion string
    The cloudflared version used to establish this connection.
    ColoName string
    The Cloudflare data center used for this connection.
    Id string
    UUID of the Cloudflare Tunnel connection.
    IsPendingReconnect bool
    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. If false, the connection is actively serving traffic.
    OpenedAt string
    Timestamp of when the connection was established.
    OriginIp string
    The public IP address of the host running cloudflared.
    Uuid string
    UUID of the Cloudflare Tunnel connection.
    ClientId string
    UUID of the Cloudflare Tunnel connector.
    ClientVersion string
    The cloudflared version used to establish this connection.
    ColoName string
    The Cloudflare data center used for this connection.
    Id string
    UUID of the Cloudflare Tunnel connection.
    IsPendingReconnect bool
    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. If false, the connection is actively serving traffic.
    OpenedAt string
    Timestamp of when the connection was established.
    OriginIp string
    The public IP address of the host running cloudflared.
    Uuid string
    UUID of the Cloudflare Tunnel connection.
    clientId String
    UUID of the Cloudflare Tunnel connector.
    clientVersion String
    The cloudflared version used to establish this connection.
    coloName String
    The Cloudflare data center used for this connection.
    id String
    UUID of the Cloudflare Tunnel connection.
    isPendingReconnect Boolean
    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. If false, the connection is actively serving traffic.
    openedAt String
    Timestamp of when the connection was established.
    originIp String
    The public IP address of the host running cloudflared.
    uuid String
    UUID of the Cloudflare Tunnel connection.
    clientId string
    UUID of the Cloudflare Tunnel connector.
    clientVersion string
    The cloudflared version used to establish this connection.
    coloName string
    The Cloudflare data center used for this connection.
    id string
    UUID of the Cloudflare Tunnel connection.
    isPendingReconnect boolean
    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. If false, the connection is actively serving traffic.
    openedAt string
    Timestamp of when the connection was established.
    originIp 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_reconnect bool
    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. If false, 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.
    clientId String
    UUID of the Cloudflare Tunnel connector.
    clientVersion String
    The cloudflared version used to establish this connection.
    coloName String
    The Cloudflare data center used for this connection.
    id String
    UUID of the Cloudflare Tunnel connection.
    isPendingReconnect Boolean
    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. If false, the connection is actively serving traffic.
    openedAt String
    Timestamp of when the connection was established.
    originIp String
    The public IP address of the host running cloudflared.
    uuid String
    UUID of the Cloudflare Tunnel connection.

    Import

    $ pulumi import cloudflare:index/zeroTrustTunnelWarpConnector:ZeroTrustTunnelWarpConnector example '<account_id>/<tunnel_id>'
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Cloudflare v6.5.0 published on Thursday, Aug 14, 2025 by Pulumi