Endpoint Delivery Rule Url Rewrite Action Args
data class EndpointDeliveryRuleUrlRewriteActionArgs(val destination: Output<String>, val preserveUnmatchedPath: Output<Boolean>? = null, val sourcePattern: Output<String>) : ConvertibleToJava<EndpointDeliveryRuleUrlRewriteActionArgs>
Constructors
Link copied to clipboard
fun EndpointDeliveryRuleUrlRewriteActionArgs(destination: Output<String>, preserveUnmatchedPath: Output<Boolean>? = null, sourcePattern: Output<String>)