subnetIds

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


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