clientIds

@JvmName(name = "fahcmrtawfomxxhg")
suspend fun clientIds(value: Output<List<String>>)
@JvmName(name = "hynbgghwaqicjenp")
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. This subfield may be set if the method is Connect.


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


@JvmName(name = "jkinajhmxcjqtgdc")
suspend fun clientIds(values: List<Output<String>>)
@JvmName(name = "lhlbvuabvtygwwue")
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. This subfield may be set if the method is Connect.