Rule Task Action Args
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)