AppSpecIngressRuleRedirectArgs

data class AppSpecIngressRuleRedirectArgs(val authority: Output<String>? = null, val port: Output<Int>? = null, val redirectCode: Output<Int>? = null, val scheme: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<AppSpecIngressRuleRedirectArgs>

Constructors

Link copied to clipboard
constructor(authority: Output<String>? = null, port: Output<Int>? = null, redirectCode: Output<Int>? = null, scheme: Output<String>? = null, uri: Output<String>? = null)

Properties

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

The authority/host to redirect to. This can be a hostname or IP address.

Link copied to clipboard
val port: Output<Int>? = null

The port to redirect to.

Link copied to clipboard
val redirectCode: Output<Int>? = null

The redirect code to use. Supported values are 300, 301, 302, 303, 304, 307, 308.

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

The scheme to redirect to. Supported values are http or https

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

An optional URI path to redirect to.

Functions

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