projects

@JvmName(name = "hyhqgxbvvmgadmdk")
suspend fun projects(value: Output<List<String>>)
@JvmName(name = "vvuyltqoqgqmasbw")
suspend fun projects(value: List<String>?)

Parameters

value

A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.


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


@JvmName(name = "gxyfwhsoswsbfkpm")
suspend fun projects(values: List<Output<String>>)
@JvmName(name = "vshiqawkkqqpwacb")
suspend fun projects(vararg values: String)

Parameters

values

A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.