paws.management (version 0.1.0)

ssm_get_patch_baseline_for_patch_group: 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 he operating system rule specified for patch groups using the patch baseline.

Request syntax

svc$get_patch_baseline_for_patch_group(
  PatchGroup = "string",
  OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"
)