Description Usage Arguments Value Request syntax
View source: R/ssm_operations.R
Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.
1 | ssm_get_deployable_patch_snapshot_for_instance(InstanceId, SnapshotId)
|
InstanceId |
[required] The ID of the instance for which the appropriate patch snapshot should be retrieved. |
SnapshotId |
[required] The user-defined snapshot ID. |
A list with the following syntax:
1 2 3 4 5 6 | list(
InstanceId = "string",
SnapshotId = "string",
SnapshotDownloadUrl = "string",
Product = "string"
)
|
1 2 3 4 | svc$get_deployable_patch_snapshot_for_instance(
InstanceId = "string",
SnapshotId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.