EndpointDeliveryRuleHttpVersionConditionArgs

data class EndpointDeliveryRuleHttpVersionConditionArgs(val matchValues: Output<List<String>>, val negateCondition: Output<Boolean>? = null, val operator: Output<String>? = null) : ConvertibleToJava<EndpointDeliveryRuleHttpVersionConditionArgs>

Constructors

constructor(matchValues: Output<List<String>>, negateCondition: Output<Boolean>? = null, operator: Output<String>? = null)

Properties

Link copied to clipboard
val matchValues: Output<List<String>>

Valid values are 0.9, 1.0, 1.1 and 2.0.

Link copied to clipboard
val negateCondition: Output<Boolean>? = null

Defaults to false.

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

Valid values are Equal. Defaults to Equal.

Functions

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