FrontdoorRuleActionsUrlRedirectActionArgs

data class FrontdoorRuleActionsUrlRedirectActionArgs(val destinationFragment: Output<String>? = null, val destinationHostname: Output<String>, val destinationPath: Output<String>? = null, val queryString: Output<String>? = null, val redirectProtocol: Output<String>? = null, val redirectType: Output<String>) : ConvertibleToJava<FrontdoorRuleActionsUrlRedirectActionArgs>

Constructors

constructor(destinationFragment: Output<String>? = null, destinationHostname: Output<String>, destinationPath: Output<String>? = null, queryString: Output<String>? = null, redirectProtocol: Output<String>? = null, redirectType: Output<String>)

Properties

Link copied to clipboard
val destinationFragment: Output<String>? = null

The fragment to use in the redirect. The value must be a string between 0 and 1024 characters in length, leave blank to preserve the incoming fragment. Defaults to "".

Link copied to clipboard

The host name you want the request to be redirected to. The value must be a string between 0 and 2048 characters in length, leave blank to preserve the incoming host.

Link copied to clipboard
val destinationPath: Output<String>? = null

The path to use in the redirect. The value must be a string and include the leading /, leave blank to preserve the incoming path. Defaults to "".

Link copied to clipboard
val queryString: Output<String>? = null

The query string used in the redirect URL. The value must be in the = or ={action_server_variable} format and must not include the leading ?, leave blank to preserve the incoming query string. Maximum allowed length for this field is 2048 characters. Defaults to "".

Link copied to clipboard
val redirectProtocol: Output<String>? = null

The protocol the request will be redirected as. Possible values include MatchRequest, Http or Https. Defaults to MatchRequest.

Link copied to clipboard
val redirectType: Output<String>

The response type to return to the requestor. Possible values include Moved, Found , TemporaryRedirect or PermanentRedirect.

Functions

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