GetQuickConnectPlainArgs

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

A collection of arguments for invoking getQuickConnect.

Constructors

Link copied to clipboard
constructor(instanceId: String, name: String? = null, quickConnectId: String? = null, tags: Map<String, 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 Quick Connect by name

Link copied to clipboard
val quickConnectId: String? = null

Returns information on a specific Quick Connect by Quick Connect id

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

Map of tags to assign to the Quick Connect.

Functions

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