allowedProjects

@JvmName(name = "bmyjokwdyrgrawbb")
suspend fun allowedProjects(value: Output<List<String>>)
@JvmName(name = "abxxvjgsaqndmxhc")
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 = "nxnxssovgnviuqxo")
suspend fun allowedProjects(vararg values: Output<String>)


@JvmName(name = "kmnlvglnysjmtqdd")
suspend fun allowedProjects(values: List<Output<String>>)
@JvmName(name = "kyrgpmppconfvvxf")
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.