toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
GetListItemRedirect
Get
List
Item
Redirect
data
class
GetListItemRedirect
(
val
includeSubdomains
:
Boolean
,
val
preservePathSuffix
:
Boolean
,
val
preserveQueryString
:
Boolean
,
val
sourceUrl
:
String
,
val
statusCode
:
Int
,
val
subpathMatching
:
Boolean
,
val
targetUrl
:
String
)
Members
Constructors
Get
List
Item
Redirect
Link copied to clipboard
constructor
(
includeSubdomains
:
Boolean
,
preservePathSuffix
:
Boolean
,
preserveQueryString
:
Boolean
,
sourceUrl
:
String
,
statusCode
:
Int
,
subpathMatching
:
Boolean
,
targetUrl
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
include
Subdomains
Link copied to clipboard
val
includeSubdomains
:
Boolean
preserve
Path
Suffix
Link copied to clipboard
val
preservePathSuffix
:
Boolean
preserve
Query
String
Link copied to clipboard
val
preserveQueryString
:
Boolean
source
Url
Link copied to clipboard
val
sourceUrl
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int
Available values: 301, 302, 307, 308.
subpath
Matching
Link copied to clipboard
val
subpathMatching
:
Boolean
target
Url
Link copied to clipboard
val
targetUrl
:
String