TunnelConfigConfigIngressRuleArgs

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

Constructors

Link copied to clipboard
constructor(hostname: Output<String>? = null, originRequest: Output<TunnelConfigConfigIngressRuleOriginRequestArgs>? = 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
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(): TunnelConfigConfigIngressRuleArgs