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 exampleZeroTrustGatewayProxyEndpoint = cloudflare.getZeroTrustGatewayProxyEndpoint({
accountId: "699d98642c564d2e855e9661899b7252",
proxyEndpointId: "ed35569b41ce4d1facfe683550f54086",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_gateway_proxy_endpoint = cloudflare.get_zero_trust_gateway_proxy_endpoint(account_id="699d98642c564d2e855e9661899b7252",
proxy_endpoint_id="ed35569b41ce4d1facfe683550f54086")
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.LookupZeroTrustGatewayProxyEndpoint(ctx, &cloudflare.LookupZeroTrustGatewayProxyEndpointArgs{
AccountId: "699d98642c564d2e855e9661899b7252",
ProxyEndpointId: "ed35569b41ce4d1facfe683550f54086",
}, 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 exampleZeroTrustGatewayProxyEndpoint = Cloudflare.GetZeroTrustGatewayProxyEndpoint.Invoke(new()
{
AccountId = "699d98642c564d2e855e9661899b7252",
ProxyEndpointId = "ed35569b41ce4d1facfe683550f54086",
});
});
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.GetZeroTrustGatewayProxyEndpointArgs;
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 exampleZeroTrustGatewayProxyEndpoint = CloudflareFunctions.getZeroTrustGatewayProxyEndpoint(GetZeroTrustGatewayProxyEndpointArgs.builder()
.accountId("699d98642c564d2e855e9661899b7252")
.proxyEndpointId("ed35569b41ce4d1facfe683550f54086")
.build());
}
}
variables:
exampleZeroTrustGatewayProxyEndpoint:
fn::invoke:
function: cloudflare:getZeroTrustGatewayProxyEndpoint
arguments:
accountId: 699d98642c564d2e855e9661899b7252
proxyEndpointId: ed35569b41ce4d1facfe683550f54086
Using getZeroTrustGatewayProxyEndpoint
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 getZeroTrustGatewayProxyEndpoint(args: GetZeroTrustGatewayProxyEndpointArgs, opts?: InvokeOptions): Promise<GetZeroTrustGatewayProxyEndpointResult>
function getZeroTrustGatewayProxyEndpointOutput(args: GetZeroTrustGatewayProxyEndpointOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustGatewayProxyEndpointResult>def get_zero_trust_gateway_proxy_endpoint(account_id: Optional[str] = None,
proxy_endpoint_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustGatewayProxyEndpointResult
def get_zero_trust_gateway_proxy_endpoint_output(account_id: Optional[pulumi.Input[str]] = None,
proxy_endpoint_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustGatewayProxyEndpointResult]func LookupZeroTrustGatewayProxyEndpoint(ctx *Context, args *LookupZeroTrustGatewayProxyEndpointArgs, opts ...InvokeOption) (*LookupZeroTrustGatewayProxyEndpointResult, error)
func LookupZeroTrustGatewayProxyEndpointOutput(ctx *Context, args *LookupZeroTrustGatewayProxyEndpointOutputArgs, opts ...InvokeOption) LookupZeroTrustGatewayProxyEndpointResultOutput> Note: This function is named LookupZeroTrustGatewayProxyEndpoint in the Go SDK.
public static class GetZeroTrustGatewayProxyEndpoint
{
public static Task<GetZeroTrustGatewayProxyEndpointResult> InvokeAsync(GetZeroTrustGatewayProxyEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustGatewayProxyEndpointResult> Invoke(GetZeroTrustGatewayProxyEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZeroTrustGatewayProxyEndpointResult> getZeroTrustGatewayProxyEndpoint(GetZeroTrustGatewayProxyEndpointArgs args, InvokeOptions options)
public static Output<GetZeroTrustGatewayProxyEndpointResult> getZeroTrustGatewayProxyEndpoint(GetZeroTrustGatewayProxyEndpointArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustGatewayProxyEndpoint:getZeroTrustGatewayProxyEndpoint
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Proxy
Endpoint stringId
- Account
Id string - Proxy
Endpoint stringId
- account
Id String - proxy
Endpoint StringId
- account
Id string - proxy
Endpoint stringId
- account_
id str - proxy_
endpoint_ strid
- account
Id String - proxy
Endpoint StringId
getZeroTrustGatewayProxyEndpoint Result
The following output properties are available:
- Account
Id string - Created
At string - Id string
- The ID of this resource.
- Ips List<string>
- Specify the list of CIDRs to restrict ingress connections.
- Kind string
- The proxy endpoint kind Available values: "ip", "identity".
- Name string
- Specify the name of the proxy endpoint.
- Proxy
Endpoint stringId - Subdomain string
- Specify the subdomain to use as the destination in the proxy client.
- Updated
At string
- Account
Id string - Created
At string - Id string
- The ID of this resource.
- Ips []string
- Specify the list of CIDRs to restrict ingress connections.
- Kind string
- The proxy endpoint kind Available values: "ip", "identity".
- Name string
- Specify the name of the proxy endpoint.
- Proxy
Endpoint stringId - Subdomain string
- Specify the subdomain to use as the destination in the proxy client.
- Updated
At string
- account
Id String - created
At String - id String
- The ID of this resource.
- ips List<String>
- Specify the list of CIDRs to restrict ingress connections.
- kind String
- The proxy endpoint kind Available values: "ip", "identity".
- name String
- Specify the name of the proxy endpoint.
- proxy
Endpoint StringId - subdomain String
- Specify the subdomain to use as the destination in the proxy client.
- updated
At String
- account
Id string - created
At string - id string
- The ID of this resource.
- ips string[]
- Specify the list of CIDRs to restrict ingress connections.
- kind string
- The proxy endpoint kind Available values: "ip", "identity".
- name string
- Specify the name of the proxy endpoint.
- proxy
Endpoint stringId - subdomain string
- Specify the subdomain to use as the destination in the proxy client.
- updated
At string
- account_
id str - created_
at str - id str
- The ID of this resource.
- ips Sequence[str]
- Specify the list of CIDRs to restrict ingress connections.
- kind str
- The proxy endpoint kind Available values: "ip", "identity".
- name str
- Specify the name of the proxy endpoint.
- proxy_
endpoint_ strid - subdomain str
- Specify the subdomain to use as the destination in the proxy client.
- updated_
at str
- account
Id String - created
At String - id String
- The ID of this resource.
- ips List<String>
- Specify the list of CIDRs to restrict ingress connections.
- kind String
- The proxy endpoint kind Available values: "ip", "identity".
- name String
- Specify the name of the proxy endpoint.
- proxy
Endpoint StringId - subdomain String
- Specify the subdomain to use as the destination in the proxy client.
- updated
At String
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
