Delivery Rule Url Path Condition Args
    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
                fun DeliveryRuleUrlPathConditionArgs(name: Output<String>, parameters: Output<UrlPathMatchConditionParametersArgs>)