subnetIds

@JvmName(name = "yqvjnwaumdpvniym")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "vehbiubwlxhybmmd")
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 to allow communication between your Kafka Cluster and the replicator.


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


@JvmName(name = "tptdjfuthktqwleu")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "gsbqpvtioiuxwmcp")
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 to allow communication between your Kafka Cluster and the replicator.