:doc:`SecurityHub <../../securityhub>` / Client / update_aggregator_v2

********************
update_aggregator_v2
********************



.. py:method:: SecurityHub.Client.update_aggregator_v2(**kwargs)

  

  Udpates the configuration for the Aggregator V2.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateAggregatorV2>`_  


  **Request Syntax**
  ::

    response = client.update_aggregator_v2(
        AggregatorV2Arn='string',
        RegionLinkingMode='string',
        LinkedRegions=[
            'string',
        ]
    )
    
  :type AggregatorV2Arn: string
  :param AggregatorV2Arn: **[REQUIRED]** 

    The ARN of the Aggregator V2.

    

  
  :type RegionLinkingMode: string
  :param RegionLinkingMode: **[REQUIRED]** 

    Determines how Amazon Web Services Regions should be linked to the Aggregator V2.

    

  
  :type LinkedRegions: list
  :param LinkedRegions: 

    A list of Amazon Web Services Regions linked to the aggegation Region.

    

  
    - *(string) --* 

    

  
  :rtype: 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**
  
  *   :py:class:`SecurityHub.Client.exceptions.InternalServerException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SecurityHub.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ValidationException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ConflictException`

  