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

*****************
get_aggregator_v2
*****************



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

  

  Returns the configuration of the specified Aggregator V2.

  

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


  **Request Syntax**
  ::

    response = client.get_aggregator_v2(
        AggregatorV2Arn='string'
    )
    
  :type AggregatorV2Arn: string
  :param AggregatorV2Arn: **[REQUIRED]** 

    The ARN of the Aggregator V2.

    

  
  
  :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 Regions are linked to an Aggregator V2.

        
      

      - **LinkedRegions** *(list) --* 

        The list of Regions that are linked to the aggregation 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`

  