List Item Redirect Args
data class ListItemRedirectArgs(val includeSubdomains: Output<Boolean>? = null, val preservePathSuffix: Output<Boolean>? = null, val preserveQueryString: Output<Boolean>? = null, val sourceUrl: Output<String>, val statusCode: Output<Int>? = null, val subpathMatching: Output<Boolean>? = null, val targetUrl: Output<String>) : ConvertibleToJava<ListItemRedirectArgs>
Properties
Link copied to clipboard
Whether the redirect also matches subdomains of the source url.
Link copied to clipboard
Whether the redirect target url should keep the query string of the request's url.
Link copied to clipboard
Whether the redirect target url should keep the query string of the request's url.
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.