Url Rewrite Action Parameters Args
data class UrlRewriteActionParametersArgs(val destination: Output<String>, val odataType: Output<String>, val preserveUnmatchedPath: Output<Boolean>? = null, val sourcePattern: Output<String>) : ConvertibleToJava<UrlRewriteActionParametersArgs>
Defines the parameters for the url rewrite action.
Constructors
Link copied to clipboard
fun UrlRewriteActionParametersArgs(destination: Output<String>, odataType: Output<String>, preserveUnmatchedPath: Output<Boolean>? = null, sourcePattern: Output<String>)