RuleMatchArgs

data class RuleMatchArgs(val httpMatch: Output<RuleHttpMatchArgs>) : ConvertibleToJava<RuleMatchArgs>

Constructors

Link copied to clipboard
constructor(httpMatch: Output<RuleHttpMatchArgs>)

Properties

Link copied to clipboard

The HTTP criteria that a rule must match.

Functions

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