subnetIds

@JvmName(name = "bonfmahbvkvbmylh")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "ywifusxeustiitpg")
suspend fun subnetIds(value: List<String>)

Parameters

value

The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).


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


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

Parameters

values

The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).