GameServerClusterConnectionInfoArgs

data class GameServerClusterConnectionInfoArgs(val gkeClusterReference: Output<GameServerClusterConnectionInfoGkeClusterReferenceArgs>, val namespace: Output<String>) : ConvertibleToJava<GameServerClusterConnectionInfoArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

Reference of the GKE cluster where the game servers are installed. Structure is documented below.

Link copied to clipboard
val namespace: Output<String>

Namespace designated on the game server cluster where the game server instances will be created. The namespace existence will be validated during creation.