subnets

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


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