EndpointDeliveryRuleUrlRewriteActionArgs

data class EndpointDeliveryRuleUrlRewriteActionArgs(val destination: Output<String>, val preserveUnmatchedPath: Output<Boolean>? = null, val sourcePattern: Output<String>) : ConvertibleToJava<EndpointDeliveryRuleUrlRewriteActionArgs>

Constructors

Link copied to clipboard
constructor(destination: Output<String>, preserveUnmatchedPath: Output<Boolean>? = null, sourcePattern: Output<String>)

Properties

Link copied to clipboard
val destination: Output<String>

This value must start with a / and can't be longer than 260 characters.

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

Whether preserve an unmatched path. Defaults to true.

Link copied to clipboard
val sourcePattern: Output<String>

This value must start with a / and can't be longer than 260 characters.

Functions

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