projects

@JvmName(name = "kpcryclwsxmanyby")
suspend fun projects(value: Output<List<String>>)
@JvmName(name = "mcmumbuscpyejpuf")
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 = "jmuhlpmpmwxsrjjf")
suspend fun projects(vararg values: Output<String>)


@JvmName(name = "snivnysaadpkcjvk")
suspend fun projects(values: List<Output<String>>)
@JvmName(name = "afrgtpomygthttsq")
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.