interface GameServerGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.GameLift.GameServerGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsgamelift#GameServerGroupReference |
Java | software.amazon.awscdk.interfaces.gamelift.GameServerGroupReference |
Python | aws_cdk.interfaces.aws_gamelift.GameServerGroupReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_gamelift } from 'aws-cdk-lib/interfaces';
const gameServerGroupReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript