Game Server Cluster Args
data class GameServerClusterArgs(val clusterId: Output<String>? = null, val connectionInfo: Output<GameServerClusterConnectionInfoArgs>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val realmId: Output<String>? = null) : ConvertibleToJava<GameServerClusterArgs>
A game server cluster resource. To get more information about GameServerCluster, see:
How-to Guides
Official Documentation {{% examples %}}
Example Usage
{{% /examples %}}
Import
GameServerCluster can be imported using any of these accepted formats
$ pulumi import gcp:gameservices/gameServerCluster:GameServerCluster default projects/{{project}}/locations/{{location}}/realms/{{realm_id}}/gameServerClusters/{{cluster_id}}
Content copied to clipboard
$ pulumi import gcp:gameservices/gameServerCluster:GameServerCluster default {{project}}/{{location}}/{{realm_id}}/{{cluster_id}}
Content copied to clipboard
$ pulumi import gcp:gameservices/gameServerCluster:GameServerCluster default {{location}}/{{realm_id}}/{{cluster_id}}
Content copied to clipboard