subnetIds

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

Parameters

value

A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by vpc_id. Studio users can create a Workspace in any of the specified subnets.


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


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

Parameters

values

A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by vpc_id. Studio users can create a Workspace in any of the specified subnets.