interface GameServerGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.GameServerGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#GameServerGroupReference |
![]() | software.amazon.awscdk.services.gamelift.GameServerGroupReference |
![]() | aws_cdk.aws_gamelift.GameServerGroupReference |
![]() | aws-cdk-lib » aws_gamelift » GameServerGroupReference |
A reference to a GameServerGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const gameServerGroupReference: gamelift.GameServerGroupReference = {
gameServerGroupArn: 'gameServerGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
game | string | The GameServerGroupArn of the GameServerGroup resource. |
gameServerGroupArn
Type:
string
The GameServerGroupArn of the GameServerGroup resource.