List Item Value Redirect Args
data class ListItemValueRedirectArgs(val includeSubdomains: Output<String>? = null, val preservePathSuffix: Output<String>? = null, val preserveQueryString: Output<String>? = null, val sourceUrl: Output<String>, val statusCode: Output<Int>? = null, val subpathMatching: Output<String>? = null, val targetUrl: Output<String>) : ConvertibleToJava<ListItemValueRedirectArgs>
Properties
Link copied to clipboard
Whether the redirect also matches subdomains of the source url. Available values: disabled
, enabled
.
Link copied to clipboard
Whether to preserve the path suffix when doing subpath matching. Available values: disabled
, enabled
.
Link copied to clipboard
Whether the redirect target url should keep the query string of the request's url. Available values: disabled
, enabled
.
Link copied to clipboard
The status code to be used when redirecting a request.
Link copied to clipboard
Whether the redirect also matches subpaths of the source url. Available values: disabled
, enabled
.