UrlRewriteActionParametersArgs

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

Defines the parameters for the url rewrite action.

Constructors

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

Properties

Link copied to clipboard
val destination: Output<String>

Define the relative URL to which the above requests will be rewritten by.

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

Whether to preserve unmatched path. Default value is true.

Link copied to clipboard
val sourcePattern: Output<String>

define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.

Link copied to clipboard
val typeName: Output<String>

Functions

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