GatewayRouteSpecHttpRouteActionRewritePrefixArgs

data class GatewayRouteSpecHttpRouteActionRewritePrefixArgs(val defaultPrefix: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<GatewayRouteSpecHttpRouteActionRewritePrefixArgs>

Constructors

constructor(defaultPrefix: Output<String>? = null, value: Output<String>? = null)

Properties

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

Default prefix used to replace the incoming route prefix when rewritten. Valid values: ENABLED, DISABLED.

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

Value used to replace the incoming route prefix when rewritten.

Functions

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