groupIds

@JvmName(name = "uqoykqrkcnrrlpvp")
suspend fun groupIds(value: Output<List<String>>)
@JvmName(name = "mdgbmqijorpylios")
suspend fun groupIds(value: List<String>?)

Parameters

value

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.


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


@JvmName(name = "volbnmmdyeybbwen")
suspend fun groupIds(values: List<Output<String>>)
@JvmName(name = "yfvukcjnfcypteje")
suspend fun groupIds(vararg values: String)

Parameters

values

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.