GameServerDeployment

A game server deployment resource.

To get more information about GameServerDeployment, see:

Create a GameServerDeployment Resource

def GameServerDeployment(resource_name, opts=None, deployment_id=None, description=None, labels=None, location=None, project=None, __props__=None);
name string
The unique name of the resource.
args GameServerDeploymentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args GameServerDeploymentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args GameServerDeploymentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

GameServerDeployment Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The GameServerDeployment resource accepts the following input properties:

DeploymentId string

A unique id for the deployment.

Description string

Human readable description of the game server deployment.

Labels Dictionary<string, string>

The labels associated with this game server deployment. Each label is a key-value pair.

Location string

Location of the Deployment.

Project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

DeploymentId string

A unique id for the deployment.

Description string

Human readable description of the game server deployment.

Labels map[string]string

The labels associated with this game server deployment. Each label is a key-value pair.

Location string

Location of the Deployment.

Project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

deploymentId string

A unique id for the deployment.

description string

Human readable description of the game server deployment.

labels {[key: string]: string}

The labels associated with this game server deployment. Each label is a key-value pair.

location string

Location of the Deployment.

project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

deployment_id str

A unique id for the deployment.

description str

Human readable description of the game server deployment.

labels Dict[str, str]

The labels associated with this game server deployment. Each label is a key-value pair.

location str

Location of the Deployment.

project str

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Outputs

All input properties are implicitly available as output properties. Additionally, the GameServerDeployment resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Name string

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

Id string
The provider-assigned unique ID for this managed resource.
Name string

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

id string
The provider-assigned unique ID for this managed resource.
name string

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

id str
The provider-assigned unique ID for this managed resource.
name str

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

Look up an Existing GameServerDeployment Resource

Get an existing GameServerDeployment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

static get(resource_name, id, opts=None, deployment_id=None, description=None, labels=None, location=None, name=None, project=None, __props__=None);
func GetGameServerDeployment(ctx *Context, name string, id IDInput, state *GameServerDeploymentState, opts ...ResourceOption) (*GameServerDeployment, error)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

DeploymentId string

A unique id for the deployment.

Description string

Human readable description of the game server deployment.

Labels Dictionary<string, string>

The labels associated with this game server deployment. Each label is a key-value pair.

Location string

Location of the Deployment.

Name string

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

Project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

DeploymentId string

A unique id for the deployment.

Description string

Human readable description of the game server deployment.

Labels map[string]string

The labels associated with this game server deployment. Each label is a key-value pair.

Location string

Location of the Deployment.

Name string

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

Project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

deploymentId string

A unique id for the deployment.

description string

Human readable description of the game server deployment.

labels {[key: string]: string}

The labels associated with this game server deployment. Each label is a key-value pair.

location string

Location of the Deployment.

name string

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

deployment_id str

A unique id for the deployment.

description str

Human readable description of the game server deployment.

labels Dict[str, str]

The labels associated with this game server deployment. Each label is a key-value pair.

location str

Location of the Deployment.

name str

The resource id of the game server deployment, eg: ‘projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}‘. For example, ‘projects/my-project/locations/{location}/gameServerDeployments/my-deployment’.

project str

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.