locations

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

Parameters

value

A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as us-west-2 , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see Amazon GameLift Servers service locations for managed hosting.


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


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

Parameters

values

A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as us-west-2 , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see Amazon GameLift Servers service locations for managed hosting.


@JvmName(name = "fybcpcvekbfuquck")
suspend fun locations(argument: List<suspend FleetLocationConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "nltkqcqgowmqbtsm")
suspend fun locations(vararg argument: suspend FleetLocationConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "garhjjafdjuvakuv")
suspend fun locations(argument: suspend FleetLocationConfigurationArgsBuilder.() -> Unit)

Parameters

argument

A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as us-west-2 , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see Amazon GameLift Servers service locations for managed hosting.