subnetIds

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


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