ssm_list_nodes: Takes in filters and returns a list of managed nodes matching...

View source: R/ssm_operations.R

ssm_list_nodesR Documentation

Takes in filters and returns a list of managed nodes matching the filter criteria

Description

Takes in filters and returns a list of managed nodes matching the filter criteria.

See https://www.paws-r-sdk.com/docs/ssm_list_nodes/ for full documentation.

Usage

ssm_list_nodes(
  SyncName = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

SyncName

The name of the resource data sync to retrieve information about. Required for cross-account/cross-Region configurations. Optional for single account/single-Region configurations.

Filters

One or more filters. Use a filter to return a more specific list of managed nodes.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxResults

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.


paws.management documentation built on April 3, 2025, 10:39 p.m.