Listener Rule Match Http Match Args
data class ListenerRuleMatchHttpMatchArgs(val headerMatches: Output<List<ListenerRuleMatchHttpMatchHeaderMatchArgs>>? = null, val method: Output<String>? = null, val pathMatch: Output<ListenerRuleMatchHttpMatchPathMatchArgs>? = null) : ConvertibleToJava<ListenerRuleMatchHttpMatchArgs>
Constructors
Link copied to clipboard
constructor(headerMatches: Output<List<ListenerRuleMatchHttpMatchHeaderMatchArgs>>? = null, method: Output<String>? = null, pathMatch: Output<ListenerRuleMatchHttpMatchPathMatchArgs>? = null)