subnets

@JvmName(name = "egcawvucgargbrsp")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "uxkwdifuulfsiwfp")
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 = "tvfoklkbiyqkefqc")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "dgfhfxysctpfofmg")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "erpnplpgahionqbn")
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.