clientids

@JvmName(name = "nkxqclooijgjjdvm")
suspend fun clientids(value: Output<List<String>>)
@JvmName(name = "jwarwocpsvukgggt")
suspend fun clientids(value: List<String>?)

Parameters

value

A list of client IDs that match the clients. The client IDs are case-sensitive and must match the client IDs provided by the clients during connection.


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


@JvmName(name = "frqfjylyvboqelan")
suspend fun clientids(values: List<Output<String>>)
@JvmName(name = "xekpdqxqhixpafcr")
suspend fun clientids(vararg values: String)

Parameters

values

A list of client IDs that match the clients. The client IDs are case-sensitive and must match the client IDs provided by the clients during connection.