
com.pulumi.awsnative.connect.kotlin.inputs.RuleTaskActionArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.connect.kotlin.inputs
import com.pulumi.awsnative.connect.inputs.RuleTaskActionArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* The definition of task action.
* @property contactFlowArn The Amazon Resource Name (ARN) of the contact flow.
* @property description The description which appears in the agent's Contact Control Panel (CCP).
* @property name The name which appears in the agent's Contact Control Panel (CCP).
* @property references A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
*/
public data class RuleTaskActionArgs(
public val contactFlowArn: Output,
public val description: Output? = null,
public val name: Output,
public val references: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy