SecurityHub / Client / update_aggregator_v2
update_aggregator_v2¶
- SecurityHub.Client.update_aggregator_v2(**kwargs)¶
- Udpates the configuration for the Aggregator V2. This API is in public preview and subject to change. - See also: AWS API Documentation - Request Syntax- response = client.update_aggregator_v2( AggregatorV2Arn='string', RegionLinkingMode='string', LinkedRegions=[ 'string', ] ) - Parameters:
- AggregatorV2Arn (string) – - [REQUIRED] - The ARN of the Aggregator V2. 
- RegionLinkingMode (string) – - [REQUIRED] - Determines how Amazon Web Services Regions should be linked to the Aggregator V2. 
- LinkedRegions (list) – - A list of Amazon Web Services Regions linked to the aggegation Region. - (string) – 
 
 
- 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 Amazon Web Services Regions should be linked to the Aggregator V2. 
- LinkedRegions (list) – - A list of Amazon Web Services Regions linked to the aggegation Region. - (string) – 
 
 
 
 - Exceptions- SecurityHub.Client.exceptions.InternalServerException
- SecurityHub.Client.exceptions.ThrottlingException
- SecurityHub.Client.exceptions.AccessDeniedException
- SecurityHub.Client.exceptions.ValidationException
- SecurityHub.Client.exceptions.ResourceNotFoundException
- SecurityHub.Client.exceptions.ConflictException