GetUserPlainArgs

data class GetUserPlainArgs(val instanceId: String, val name: String? = null, val tags: Map<String, String>? = null, val userId: String? = null) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Constructors

Link copied to clipboard
constructor(instanceId: String, name: String? = null, tags: Map<String, String>? = null, userId: String? = null)

Properties

Link copied to clipboard

Reference to the hosting Amazon Connect Instance

Link copied to clipboard
val name: String? = null

Returns information on a specific User by name

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags to assign to the User.

Link copied to clipboard
val userId: String? = null

Returns information on a specific User by User id

Functions

Link copied to clipboard
open override fun toJava(): GetUserPlainArgs