ListenerRuleMatchHttpMatchHeaderMatchMatchArgs

data class ListenerRuleMatchHttpMatchHeaderMatchMatchArgs(val contains: Output<String>? = null, val exact: Output<String>? = null, val prefix: Output<String>? = null) : ConvertibleToJava<ListenerRuleMatchHttpMatchHeaderMatchMatchArgs>

Constructors

constructor(contains: Output<String>? = null, exact: Output<String>? = null, prefix: Output<String>? = null)

Properties

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

Specifies a contains type match.

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

Specifies an exact type match.

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

Specifies a prefix type match. Matches the value with the prefix.

Functions

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