TunnelConfigConfigIngressArgs

data class TunnelConfigConfigIngressArgs(val hostname: Output<String>? = null, val originRequest: Output<TunnelConfigConfigIngressOriginRequestArgs>? = null, val path: Output<String>? = null, val service: Output<String>) : ConvertibleToJava<TunnelConfigConfigIngressArgs>

Constructors

Link copied to clipboard
constructor(hostname: Output<String>? = null, originRequest: Output<TunnelConfigConfigIngressOriginRequestArgs>? = null, path: Output<String>? = null, service: Output<String>)

Properties

Link copied to clipboard
val hostname: Output<String>? = null

Public hostname for this service.

Link copied to clipboard

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

Link copied to clipboard
val path: Output<String>? = null

Requests with this path route to this public hostname.

Link copied to clipboard
val service: Output<String>

Protocol and address of destination server. Supported protocols: http://, https://, unix://, tcp://, ssh://, rdp://, unix+tls://, smb://. Alternatively can return a HTTP status code httpstatus:code e.g. 'httpstatus:404'.

Functions

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