GetRoutingProfilePlainArgs

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

A collection of arguments for invoking getRoutingProfile.

Constructors

Link copied to clipboard
constructor(instanceId: String, name: String? = null, routingProfileId: 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 Routing Profile by name

Link copied to clipboard

Returns information on a specific Routing Profile by Routing Profile id

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

Map of tags to assign to the Routing Profile.

Functions

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