IstioEgressGatewayArgs

data class IstioEgressGatewayArgs(val enabled: Output<Boolean>) : ConvertibleToJava<IstioEgressGatewayArgs>

Istio egress gateway configuration.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether to enable the egress gateway.

Functions

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