subnetIds

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

Parameters

value

A list of up to 5 subnet IDs to associate with the Studio. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets.


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


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

Parameters

values

A list of up to 5 subnet IDs to associate with the Studio. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets.