AppSpecIngressRuleMatchArgs

data class AppSpecIngressRuleMatchArgs(val path: Output<AppSpecIngressRuleMatchPathArgs>? = null) : ConvertibleToJava<AppSpecIngressRuleMatchArgs>

Constructors

Link copied to clipboard
constructor(path: Output<AppSpecIngressRuleMatchPathArgs>? = null)

Properties

Link copied to clipboard

The path to match on.

Functions

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