Description Usage Arguments Value Request syntax
View source: R/ssm_operations.R
Returns high-level aggregated patch compliance state for a patch group.
1 | ssm_describe_patch_group_state(PatchGroup)
|
PatchGroup |
[required] The name of the patch group whose patch snapshot should be retrieved. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 | list(
Instances = 123,
InstancesWithInstalledPatches = 123,
InstancesWithInstalledOtherPatches = 123,
InstancesWithInstalledPendingRebootPatches = 123,
InstancesWithInstalledRejectedPatches = 123,
InstancesWithMissingPatches = 123,
InstancesWithFailedPatches = 123,
InstancesWithNotApplicablePatches = 123,
InstancesWithUnreportedNotApplicablePatches = 123
)
|
1 2 3 | svc$describe_patch_group_state(
PatchGroup = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.