Module Values.EnableSecurityHubV2RequestSource

Enables the service in account for the current Amazon Web Services Region or specified Amazon Web Services Region.

Sourcetype nonrec t = {
  1. tags : TagMap.t option;
    (*

    The tags to add to the hub V2 resource when you enable Security Hub.

    *)
}
Sourceval make : ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.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