Module Values.GetFindingAggregatorRequestSource

The aggregation Region is now called the home Region. Returns the current configuration in the calling account for cross-Region aggregation. A finding aggregator is a resource that establishes the home Region and any linked Regions.

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

    The ARN of the finding aggregator to return details for. To obtain the ARN, use ListFindingAggregators.

    *)
}
Sourceval context_ : string
Sourceval make : findingAggregatorArn: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