Generates a summary of managed instance/node metadata based on the filters and aggregators you specify. Results are grouped by the input aggregator you specify.
See https://www.paws-r-sdk.com/docs/ssm_list_nodes_summary/ for full documentation.
ssm_list_nodes_summary(
SyncName = NULL,
Filters = NULL,
Aggregators,
NextToken = NULL,
MaxResults = NULL
)
The name of the resource data sync to retrieve information about. Required for cross-account/cross-Region configuration. Optional for single account/single-Region configurations.
One or more filters. Use a filter to generate a summary that matches your specified filter criteria.
[required] Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.
The token for the next set of items to return. (You received this token from a previous call.) The call also returns a token that you can specify in a subsequent call to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.