Defines what happens when the rule triggers. Combines an action type with action-specific configuration data.

Hierarchy

  • AutomationRuleAction

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Configuration for the action to execute, dependent on the action type.

The type of automated action to perform when the rule triggers. execute_workflow runs a Datadog workflow; assign_agent assigns an AI agent to the case.

Generated using TypeDoc