ZeroTrustTunnelCloudflaredConfigConfigArgs

data class ZeroTrustTunnelCloudflaredConfigConfigArgs(val ingresses: Output<List<ZeroTrustTunnelCloudflaredConfigConfigIngressArgs>>? = null, val originRequest: Output<ZeroTrustTunnelCloudflaredConfigConfigOriginRequestArgs>? = null, val warpRouting: Output<ZeroTrustTunnelCloudflaredConfigConfigWarpRoutingArgs>? = null) : ConvertibleToJava<ZeroTrustTunnelCloudflaredConfigConfigArgs>

Constructors

Properties

Link copied to clipboard

List of public hostname definitions. At least one ingress rule needs to be defined for the tunnel.

Link copied to clipboard

Configuration parameters for the public hostname specific connection settings between cloudflared and origin server.

Link copied to clipboard

Enable private network access from WARP users to private network routes. This is enabled if the tunnel has an assigned route.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustTunnelCloudflaredConfigConfigArgs