ZeroTrustTunnelCloudflaredConfigConfigIngressRuleArgs

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

Constructors

constructor(hostname: Output<String>? = null, originRequest: Output<ZeroTrustTunnelCloudflaredConfigConfigIngressRuleOriginRequestArgs>? = null, path: Output<String>? = null, service: Output<String>)

Properties

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

Hostname to match the incoming request with. If the hostname matches, the request will be sent to the service.

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

Path of the incoming request. If the path matches, the request will be sent to the local service.

Link copied to clipboard
val service: Output<String>

Name of the service to which the request will be sent.

Functions

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