Rule Http Match Args
data class RuleHttpMatchArgs(val headerMatches: Output<List<RuleHeaderMatchArgs>>? = null, val method: Output<RuleHttpMatchMethod>? = null, val pathMatch: Output<RulePathMatchArgs>? = null) : ConvertibleToJava<RuleHttpMatchArgs>
Constructors
Link copied to clipboard
constructor(headerMatches: Output<List<RuleHeaderMatchArgs>>? = null, method: Output<RuleHttpMatchMethod>? = null, pathMatch: Output<RulePathMatchArgs>? = null)