RuleTaskActionArgs

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

The definition of task action.

Constructors

Link copied to clipboard
constructor(contactFlowArn: Output<String>, description: Output<String>? = null, name: Output<String>, references: Output<Map<String, RuleReferenceArgs>>? = null)

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<Map<String, RuleReferenceArgs>>? = null

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

Functions

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