ssm_put_inventory {paws.management} | R Documentation |
Bulk update custom inventory items on one or more managed nodes
Description
Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.
See https://www.paws-r-sdk.com/docs/ssm_put_inventory/ for full documentation.
Usage
ssm_put_inventory(InstanceId, Items)
Arguments
InstanceId |
[required] An managed node ID where you want to add or update inventory items. |
Items |
[required] The inventory items that you want to add or update on managed nodes. |
[Package paws.management version 0.9.0 Index]