subnetIds

@JvmName(name = "olkfdypvrrkwdulv")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "spbenaebksesuqam")
suspend fun subnetIds(value: List<String>?)

Parameters

value

An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following AWS document.


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


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

Parameters

values

An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following AWS document.