Last chance! 50% off unlimited learning
Sale ends in
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.
ssm_put_inventory(InstanceId, Items)
A list with the following syntax:
list(
Message = "string"
)
[required] An instance ID where you want to add or update inventory items.
[required] The inventory items that you want to add or update on instances.
svc$put_inventory(
InstanceId = "string",
Items = list(
list(
TypeName = "string",
SchemaVersion = "string",
CaptureTime = "string",
ContentHash = "string",
Content = list(
list(
"string"
)
),
Context = list(
"string"
)
)
)
)