pulumi-cloudflare-kotlin
5.13.0.0
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
PageRuleActionsForwardingUrl
Page
Rule
Actions
Forwarding
Url
data
class
PageRuleActionsForwardingUrl
(
val
statusCode
:
Int
,
val
url
:
String
)
Types
Constructors
Properties
Constructors
Page
Rule
Actions
Forwarding
Url
Link copied to clipboard
fun
PageRuleActionsForwardingUrl
(
statusCode
:
Int
,
url
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
status
Code
Link copied to clipboard
val
statusCode
:
Int
The status code to use for the redirection.
url
Link copied to clipboard
val
url
:
String
The URL to which the page rule should forward.