Description Usage Arguments Value Request syntax
View source: R/ssm_operations.R
Bulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.
1 | ssm_put_inventory(InstanceId, Items)
|
InstanceId |
[required] An instance ID where you want to add or update inventory items. |
Items |
[required] The inventory items that you want to add or update on instances. |
A list with the following syntax:
1 2 3 | list(
Message = "string"
)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.