Returns a list of authorizations granted to various aggregator accounts and regions.
configservice_describe_aggregation_authorizations(Limit, NextToken)
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
svc$describe_aggregation_authorizations( Limit = 123, NextToken = "string" )