vpcSubnets

@JvmName(name = "bhfqmcjmnrilmfdj")
suspend fun vpcSubnets(value: Output<List<String>>)
@JvmName(name = "kvclwsjhqyvrjhal")
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 = "tjmxxckeltetfavq")
suspend fun vpcSubnets(vararg values: Output<String>)


@JvmName(name = "wfwhuymihxswijsl")
suspend fun vpcSubnets(values: List<Output<String>>)
@JvmName(name = "jpvsoeybidvxivuw")
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.