GetContactFlowModulePlainArgs

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

A collection of arguments for invoking getContactFlowModule.

Constructors

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

Properties

Link copied to clipboard

Returns information on a specific Contact Flow Module by contact flow module 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 Module by name

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

Map of tags to assign to the Contact Flow Module.

Functions

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