pulumi-cloudflare-kotlin
5.13.0.0
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
PageRuleActionsForwardingUrlArgs
Page
Rule
Actions
Forwarding
Url
Args
data
class
PageRuleActionsForwardingUrlArgs
(
val
statusCode
:
Output
<
Int
>
,
val
url
:
Output
<
String
>
)
:
ConvertibleToJava
<
PageRuleActionsForwardingUrlArgs
>
Constructors
Functions
Properties
Constructors
Page
Rule
Actions
Forwarding
Url
Args
Link copied to clipboard
fun
PageRuleActionsForwardingUrlArgs
(
statusCode
:
Output
<
Int
>
,
url
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PageRuleActionsForwardingUrlArgs
Properties
status
Code
Link copied to clipboard
val
statusCode
:
Output
<
Int
>
The status code to use for the redirection.
url
Link copied to clipboard
val
url
:
Output
<
String
>
The URL to which the page rule should forward.