Skip to content

Get Patch Baseline For Patch Group

ssm_get_patch_baseline_for_patch_group R Documentation

Retrieves the patch baseline that should be used for the specified patch group

Description

Retrieves the patch baseline that should be used for the specified patch group.

Usage

ssm_get_patch_baseline_for_patch_group(PatchGroup, OperatingSystem)

Arguments

PatchGroup

[required] The name of the patch group whose patch baseline should be retrieved.

OperatingSystem

Returns the operating system rule specified for patch groups using the patch baseline.

Value

A list with the following syntax:

list(
  BaselineId = "string",
  PatchGroup = "string",
  OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"AMAZON_LINUX_2022"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|"ALMA_LINUX"|"AMAZON_LINUX_2023"
)

Request syntax

svc$get_patch_baseline_for_patch_group(
  PatchGroup = "string",
  OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"AMAZON_LINUX_2022"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|"ALMA_LINUX"|"AMAZON_LINUX_2023"
)