allowedProjects

@JvmName(name = "yxbrhxeqobqsetlx")
suspend fun allowedProjects(value: Output<List<String>>)
@JvmName(name = "peowoxmtobrdwveb")
suspend fun allowedProjects(value: List<String>?)

Parameters

value

Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed.


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


@JvmName(name = "ftuimvcwpnuhwjrv")
suspend fun allowedProjects(values: List<Output<String>>)
@JvmName(name = "dcixjcxdhbhgmbpg")
suspend fun allowedProjects(vararg values: String)

Parameters

values

Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed.