HttpQueryParameterMatchArgs

fun HttpQueryParameterMatchArgs(exactMatch: Output<String>? = null, name: Output<String>? = null, presentMatch: Output<Boolean>? = null, regexMatch: Output<String>? = null)