PageRuleActionsForwardingUrlArgs

data class PageRuleActionsForwardingUrlArgs(val statusCode: Output<Int>, val url: Output<String>) : ConvertibleToJava<PageRuleActionsForwardingUrlArgs>

Constructors

Link copied to clipboard
constructor(statusCode: Output<Int>, url: Output<String>)

Properties

Link copied to clipboard
val statusCode: Output<Int>

The status code to use for the redirection.

Link copied to clipboard
val url: Output<String>

The URL to which the page rule should forward.

Functions

Link copied to clipboard
open override fun toJava(): PageRuleActionsForwardingUrlArgs