AppSpecIngressRuleMatchPathArgs

data class AppSpecIngressRuleMatchPathArgs(val prefix: Output<String>? = null) : ConvertibleToJava<AppSpecIngressRuleMatchPathArgs>

Constructors

Link copied to clipboard
constructor(prefix: Output<String>? = null)

Properties

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

Prefix-based match.

Functions

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