RuleTaskActionArgs

data class RuleTaskActionArgs(val contactFlowArn: Output<String>, val description: Output<String>? = null, val name: Output<String>, val references: Output<Any>? = null) : ConvertibleToJava<RuleTaskActionArgs>

The definition of task action.

Constructors

Link copied to clipboard
fun RuleTaskActionArgs(contactFlowArn: Output<String>, description: Output<String>? = null, name: Output<String>, references: Output<Any>? = null)

Functions

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

Properties

Link copied to clipboard
val contactFlowArn: Output<String>

The Amazon Resource Name (ARN) of the contact flow.

Link copied to clipboard
val description: Output<String>? = null

The description which appears in the agent's Contact Control Panel (CCP).

Link copied to clipboard
val name: Output<String>

The name which appears in the agent's Contact Control Panel (CCP).

Link copied to clipboard
val references: Output<Any>? = null

A formatted URL that is shown to an agent in the Contact Control Panel (CCP).