Skip to content

Register Patch Baseline For Patch Group

ssm_register_patch_baseline_for_patch_group R Documentation

Registers a patch baseline for a patch group

Description

Registers a patch baseline for a patch group.

Usage

ssm_register_patch_baseline_for_patch_group(BaselineId, PatchGroup)

Arguments

BaselineId

[required] The ID of the patch baseline to register with the patch group.

PatchGroup

[required] The name of the patch group to be registered with the patch baseline.

Value

A list with the following syntax:

list(
  BaselineId = "string",
  PatchGroup = "string"
)

Request syntax

svc$register_patch_baseline_for_patch_group(
  BaselineId = "string",
  PatchGroup = "string"
)