subnets

@JvmName(name = "kchlbhqbqhuhmjwo")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "fdhvukoiturnkgbe")
suspend fun subnets(value: List<String>)

Parameters

value

The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets.


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


@JvmName(name = "hxtroaytxfenrigj")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "hyhfwylkkiffqfaq")
suspend fun subnets(vararg values: String)

Parameters

values

The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets.