subnetIds

@JvmName(name = "aqpejwxsljprjfbb")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "ocuujceaqhlvxfsg")
suspend fun subnetIds(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 = "rmxjrjrixsmuyujp")
suspend fun subnetIds(vararg values: Output<String>)


@JvmName(name = "ttpyqxxftoipmxkk")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "igleqarxybjpwocc")
suspend fun subnetIds(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.