Module Values.CreateFindingAggregatorResponseSource

The aggregation Region is now called the home Region. Used to enable cross-Region aggregation. This operation can be invoked from the home Region only. For information about how cross-Region aggregation works, see Understanding cross-Region aggregation in Security Hub CSPM in the Security Hub CSPM User Guide.

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

    The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop cross-Region aggregation.

    *)
  2. findingAggregationRegion : NonEmptyString.t option;
    (*

    The home Region. Findings generated in linked Regions are replicated and sent to the home Region.

    *)
  3. regionLinkingMode : NonEmptyString.t option;
    (*

    Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

    *)
  4. regions : StringList.t option;
    (*

    The list of excluded Regions or included Regions.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalException of InternalException.t
  3. | `InvalidAccessException of InvalidAccessException.t
  4. | `InvalidInputException of InvalidInputException.t
  5. | `LimitExceededException of LimitExceededException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?findingAggregatorArn:??? -> ?findingAggregationRegion:??? -> ?regionLinkingMode:??? -> ?regions:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalException of InternalException.t | `InvalidAccessException of InvalidAccessException.t | `InvalidInputException of InvalidInputException.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalException of InternalException.t | `InvalidAccessException of InvalidAccessException.t | `InvalidInputException of InvalidInputException.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonEmptyString.t ] list | `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