Module Values.AutomationRulesActionSource

One or more actions that Security Hub CSPM takes when a finding matches the defined criteria of a rule.

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

    Specifies the type of action that Security Hub CSPM takes when a finding matches the defined criteria of a rule.

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

    Specifies that the automation rule action is an update to a finding field.

    *)
}
Sourceval make : ?type_:??? -> ?findingFieldsUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RatioScale.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `Map of ([> `String of NonEmptyString.t ] * [> `String of NonEmptyString.t ]) list | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of RatioScale.t | `String of NonEmptyString.t ]) list ]) 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