locations

@JvmName(name = "xurirkorlipcvixm")
suspend fun locations(value: Output<List<FleetLocationConfigurationArgs>>)
@JvmName(name = "suflmnpujgxocjwf")
suspend fun locations(value: List<FleetLocationConfigurationArgs>?)

Parameters

value

A set of remote locations to deploy additional instances to and manage as part of the fleet. This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as us-west-2 or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter. When using this parameter, Amazon GameLift requires you to include your home location in the request.


@JvmName(name = "vhbypnftdbhhxwwq")
suspend fun locations(vararg values: Output<FleetLocationConfigurationArgs>)


@JvmName(name = "sxajbonykdvxoimr")
suspend fun locations(values: List<Output<FleetLocationConfigurationArgs>>)
@JvmName(name = "lrnnmbkfaltkcabf")
suspend fun locations(vararg values: FleetLocationConfigurationArgs)

Parameters

values

A set of remote locations to deploy additional instances to and manage as part of the fleet. This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as us-west-2 or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter. When using this parameter, Amazon GameLift requires you to include your home location in the request.


@JvmName(name = "axkfxmjwrsddrfxj")
suspend fun locations(argument: List<suspend FleetLocationConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "wjtvosiwwhlslqne")
suspend fun locations(vararg argument: suspend FleetLocationConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "saysdloeiljlinae")
suspend fun locations(argument: suspend FleetLocationConfigurationArgsBuilder.() -> Unit)

Parameters

argument

A set of remote locations to deploy additional instances to and manage as part of the fleet. This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as us-west-2 or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter. When using this parameter, Amazon GameLift requires you to include your home location in the request.