View source: R/ssm_operations.R
ssm_delete_inventory | R Documentation |
Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.
See https://www.paws-r-sdk.com/docs/ssm_delete_inventory/ for full documentation.
ssm_delete_inventory(
TypeName,
SchemaDeleteOption = NULL,
DryRun = NULL,
ClientToken = NULL
)
TypeName |
[required] The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself. |
SchemaDeleteOption |
Use the DisableSchema: If you choose this option, the system ignores all
inventory data for the specified version, and any earlier versions. To
enable this schema again, you must call the
DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want. |
DryRun |
Use this option to view a summary of the deletion request without
deleting any data or the data type. This option is useful when you only
want to understand what will be deleted. Once you validate that the data
to be deleted is what you intend to delete, you can run the same command
without specifying the |
ClientToken |
User-provided idempotency token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.