GetRulesRuleRuleActionRedirectConfig

data class GetRulesRuleRuleActionRedirectConfig(val host: String, val httpCode: String, val path: String, val port: String, val protocol: String, val query: String)

Constructors

Link copied to clipboard
constructor(host: String, httpCode: String, path: String, port: String, protocol: String, query: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host name of the destination to which requests are redirected within ALB.

Link copied to clipboard

The redirect method.

Link copied to clipboard

The path to which requests are to be redirected within ALB.

Link copied to clipboard

The port of the destination to which requests are redirected.

Link copied to clipboard

The protocol of the requests to be redirected.

Link copied to clipboard

The query string of the request to be redirected within ALB.