toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
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
>
Members
Constructors
Page
Rule
Actions
Forwarding
Url
Args
Link copied to clipboard
constructor
(
statusCode
:
Output
<
Int
>
,
url
:
Output
<
String
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PageRuleActionsForwardingUrlArgs