SecurityHub / Client / create_aggregator_v2
create_aggregator_v2¶
- SecurityHub.Client.create_aggregator_v2(**kwargs)¶
Enables aggregation across Amazon Web Services Regions. This API is in private preview and subject to change.
See also: AWS API Documentation
Request Syntax
response = client.create_aggregator_v2( RegionLinkingMode='string', LinkedRegions=[ 'string', ], Tags={ 'string': 'string' }, ClientToken='string' )
- Parameters:
RegionLinkingMode (string) –
[REQUIRED]
Determines how Regions are linked to an Aggregator V2.
LinkedRegions (list) –
The list of Regions that are linked to the aggregation Region.
(string) –
Tags (dict) –
A list of key-value pairs to be applied to the AggregatorV2.
(string) –
(string) –
ClientToken (string) –
A unique identifier used to ensure idempotency.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'AggregatorV2Arn': 'string', 'AggregationRegion': 'string', 'RegionLinkingMode': 'string', 'LinkedRegions': [ 'string', ] }
Response Structure
(dict) –
AggregatorV2Arn (string) –
The ARN of the AggregatorV2.
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