ClusterGatewayApiConfigArgs

data class ClusterGatewayApiConfigArgs(val channel: Output<String>) : ConvertibleToJava<ClusterGatewayApiConfigArgs>

Constructors

Link copied to clipboard
constructor(channel: Output<String>)

Properties

Link copied to clipboard
val channel: Output<String>

Which Gateway Api channel should be used. CHANNEL_DISABLED, CHANNEL_EXPERIMENTAL or CHANNEL_STANDARD.

Functions

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