AddIncidentTaskActionPropertiesArgs

data class AddIncidentTaskActionPropertiesArgs(val description: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<AddIncidentTaskActionPropertiesArgs>

Describes an automation rule action to add a task to an incident.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, title: Output<String>)

Properties

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

The description of the task.

Link copied to clipboard
val title: Output<String>

The title of the task.

Functions

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