GetContactFlowPlainArgs

data class GetContactFlowPlainArgs(val contactFlowId: String? = null, val instanceId: String, val name: String? = null, val tags: Map<String, String>? = null, val type: String? = null) : ConvertibleToJava<GetContactFlowPlainArgs>

A collection of arguments for invoking getContactFlow.

Constructors

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

Properties

Link copied to clipboard
val contactFlowId: String? = null

Returns information on a specific Contact Flow by contact flow id

Link copied to clipboard

Reference to the hosting Amazon Connect Instance

Link copied to clipboard
val name: String? = null

Returns information on a specific Contact Flow by name

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

Tags to assign to the Contact Flow.

Link copied to clipboard
val type: String? = null

Type of Contact Flow.

Functions

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