SecurityHub / Client / list_aggregators_v2

list_aggregators_v2

SecurityHub.Client.list_aggregators_v2(**kwargs)

Retrieves a list of V2 aggregators. This API is in private preview and subject to change.

See also: AWS API Documentation

Request Syntax

response = client.list_aggregators_v2(
    NextToken='string',
    MaxResults=123
)
Parameters:
  • NextToken (string) – The token required for pagination. On your first call, set the value of this parameter to NULL. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.

  • MaxResults (integer) – The maximum number of results to return.

Return type:

dict

Returns:

Response Syntax

{
    'AggregatorsV2': [
        {
            'AggregatorV2Arn': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • AggregatorsV2 (list) –

      An array of aggregators.

      • (dict) –

        Specifies a cross-Region data aggregation configuration, including the aggregation Region and any linked Regions.

        • AggregatorV2Arn (string) –

          The ARN of the aggregatorV2.

    • NextToken (string) –

      The pagination token to use to request the next page of results. Otherwise, this parameter is null.

Exceptions