DeliveryRuleUrlPathConditionArgs

data class DeliveryRuleUrlPathConditionArgs(val name: Output<String>, val parameters: Output<UrlPathMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleUrlPathConditionArgs>

Defines the UrlPath condition for the delivery rule.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the condition for the delivery rule. Expected value is 'UrlPath'.

Link copied to clipboard

Defines the parameters for the condition.