Module Values.CreateActionTargetRequestSource

Creates a custom action target in Security Hub CSPM. You can use custom actions on findings and insights in Security Hub CSPM to trigger target actions in Amazon CloudWatch Events.

Sourcetype nonrec t = {
  1. name : NonEmptyString.t;
    (*

    The name of the custom action target. Can contain up to 20 characters.

    *)
  2. description : NonEmptyString.t;
    (*

    The description for the custom action target.

    *)
  3. id : NonEmptyString.t;
    (*

    The ID for the custom action target. Can contain up to 20 alphanumeric characters.

    *)
}
Sourceval context_ : string
Sourceval make : name:NonEmptyString.t -> description:NonEmptyString.t -> id:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t ]) 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