subnetIds

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


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