GameServerClusterConnectionInfoArgs

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

Constructors

Link copied to clipboard
constructor(gkeClusterReference: Output<GameServerClusterConnectionInfoGkeClusterReferenceArgs>, namespace: Output<String>)

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.

Functions

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