Module Values.AutomationRulesActionV2Source

Allows you to configure automated responses.

Sourcetype nonrec t = {
  1. type_ : AutomationRulesActionTypeV2.t;
    (*

    The category of action to be executed by the automation rule.

    *)
  2. findingFieldsUpdate : AutomationRulesFindingFieldsUpdateV2.t option;
    (*

    The changes to be applied to fields in a security finding when an automation rule is triggered.

    *)
  3. externalIntegrationConfiguration : ExternalIntegrationConfiguration.t option;
    (*

    The settings for integrating automation rule actions with external systems or service.

    *)
}
Sourceval context_ : string
Sourceval make : ?findingFieldsUpdate:??? -> ?externalIntegrationConfiguration:??? -> type_:AutomationRulesActionTypeV2.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t