GameliftFunctions

Functions

Link copied to clipboard
suspend fun getAlias(argument: GetAliasPlainArgs): GetAliasResult

The AWS::GameLift::Alias resource creates an alias for an Amazon GameLift (GameLift) fleet destination.

suspend fun getAlias(aliasId: String): GetAliasResult
suspend fun getAlias(argument: suspend GetAliasPlainArgsBuilder.() -> Unit): GetAliasResult
Link copied to clipboard
suspend fun getBuild(argument: GetBuildPlainArgs): GetBuildResult

Resource Type definition for AWS::GameLift::Build

suspend fun getBuild(buildId: String): GetBuildResult
suspend fun getBuild(argument: suspend GetBuildPlainArgsBuilder.() -> Unit): GetBuildResult
Link copied to clipboard
suspend fun getFleet(argument: GetFleetPlainArgs): GetFleetResult

The AWS::GameLift::Fleet resource creates an Amazon GameLift (GameLift) fleet to host game servers. A fleet is a set of EC2 or Anywhere instances, each of which can host multiple game sessions.

suspend fun getFleet(fleetId: String): GetFleetResult
suspend fun getFleet(argument: suspend GetFleetPlainArgsBuilder.() -> Unit): GetFleetResult
Link copied to clipboard

The AWS::GameLift::GameServerGroup resource creates an Amazon GameLift (GameLift) GameServerGroup.

suspend fun getGameServerGroup(gameServerGroupArn: String): GetGameServerGroupResult
Link copied to clipboard

The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location.

suspend fun getLocation(locationName: String): GetLocationResult
suspend fun getLocation(argument: suspend GetLocationPlainArgsBuilder.() -> Unit): GetLocationResult