Registers a patch baseline for a patch group.
ssm_register_patch_baseline_for_patch_group(BaselineId, PatchGroup)A list with the following syntax:
list(
BaselineId = "string",
PatchGroup = "string"
)
[required] The ID of the patch baseline to register the patch group with.
[required] The name of the patch group that should be registered with the patch baseline.
svc$register_patch_baseline_for_patch_group(
BaselineId = "string",
PatchGroup = "string"
)