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>