projects

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


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