SecurityHub / Client / get_aggregator_v2
get_aggregator_v2¶
- SecurityHub.Client.get_aggregator_v2(**kwargs)¶
Returns the configuration of the specified Aggregator V2. This API is in private preview and subject to change.
See also: AWS API Documentation
Request Syntax
response = client.get_aggregator_v2( AggregatorV2Arn='string' )
- Parameters:
AggregatorV2Arn (string) –
[REQUIRED]
The ARN of the Aggregator V2.
- Return type:
dict
- Returns:
Response Syntax
{ 'AggregatorV2Arn': 'string', 'AggregationRegion': 'string', 'RegionLinkingMode': 'string', 'LinkedRegions': [ 'string', ] }
Response Structure
(dict) –
AggregatorV2Arn (string) –
The ARN of the Aggregator V2.
AggregationRegion (string) –
The Amazon Web Services Region where data is aggregated.
RegionLinkingMode (string) –
Determines how Regions are linked to an Aggregator V2.
LinkedRegions (list) –
The list of Regions that are linked to the aggregation Region.
(string) –
Exceptions