GameServerGroupReference

class aws_cdk.aws_gamelift.GameServerGroupReference(*, game_server_group_arn)

Bases: object

A reference to a GameServerGroup resource.

Parameters:

game_server_group_arn (str) – The GameServerGroupArn of the GameServerGroup resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_gamelift as gamelift

game_server_group_reference = gamelift.GameServerGroupReference(
    game_server_group_arn="gameServerGroupArn"
)

Attributes

game_server_group_arn

The GameServerGroupArn of the GameServerGroup resource.