ssm_describe_patch_groups {paws.management}R 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.)


[Package paws.management version 0.9.0 Index]