ssm_describe_patch_groups: Lists all patch groups that have been registered with patch...

View source: R/ssm_operations.R

ssm_describe_patch_groupsR Documentation

Lists all patch groups that have been registered with patch baselines

Description

Lists all patch groups that have been registered with patch baselines.

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

Usage

ssm_describe_patch_groups(MaxResults = NULL, Filters = NULL, NextToken = NULL)

Arguments

MaxResults

The maximum number of patch groups to return (per page).

Filters

Each element in the array is a structure containing a key-value pair.

Supported keys for describe_patch_groups include the following:

  • NAME_PREFIX

    Sample values: ⁠AWS-⁠ | ⁠My-⁠.

  • OPERATING_SYSTEM

    Sample values: AMAZON_LINUX | SUSE | WINDOWS

NextToken

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.