ssm_get_deployable_patch_snapshot_for_instance {paws.management} | R Documentation |
Retrieves the current snapshot for the patch baseline the managed node uses
Description
Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline
Systems Manager document (SSM document).
See https://www.paws-r-sdk.com/docs/ssm_get_deployable_patch_snapshot_for_instance/ for full documentation.
Usage
ssm_get_deployable_patch_snapshot_for_instance(
InstanceId,
SnapshotId,
BaselineOverride = NULL
)
Arguments
InstanceId |
[required] The ID of the managed node for which the appropriate patch snapshot should be retrieved. |
SnapshotId |
[required] The snapshot ID provided by the user when running
|
BaselineOverride |
Defines the basic information about a patch baseline override. |
[Package paws.management version 0.6.1 Index]