Skip to content

List Aggregators V2

securityhub_list_aggregators_v2 R Documentation

Retrieves a list of V2 aggregators

Description

Retrieves a list of V2 aggregators.

Usage

securityhub_list_aggregators_v2(NextToken, MaxResults)

Arguments

NextToken

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

The maximum number of results to return.

Value

A list with the following syntax:

list(
  AggregatorsV2 = list(
    list(
      AggregatorV2Arn = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_aggregators_v2(
  NextToken = "string",
  MaxResults = 123
)