vpcSubnets

@JvmName(name = "xnmfjqdlkgoihbkw")
suspend fun vpcSubnets(value: Output<List<String>>)
@JvmName(name = "ftfwkspiqgfhyjtb")
suspend fun vpcSubnets(value: List<String>?)

Parameters

value

A list of VPC subnets to use with instances in the game server group. By default, all GameLift FleetIQ-supported Availability Zones are used.


@JvmName(name = "dxbopomjnwmfkkot")
suspend fun vpcSubnets(vararg values: Output<String>)


@JvmName(name = "koeqkvpgdwmggtne")
suspend fun vpcSubnets(values: List<Output<String>>)
@JvmName(name = "yurtqgonkpdcvpht")
suspend fun vpcSubnets(vararg values: String)

Parameters

values

A list of VPC subnets to use with instances in the game server group. By default, all GameLift FleetIQ-supported Availability Zones are used.