ssm_delete_resource_data_sync {paws.management} | R Documentation |
Deletes a resource data sync configuration
Description
Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
See https://www.paws-r-sdk.com/docs/ssm_delete_resource_data_sync/ for full documentation.
Usage
ssm_delete_resource_data_sync(SyncName, SyncType = NULL)
Arguments
SyncName |
[required] The name of the configuration to delete. |
SyncType |
Specify the type of resource data sync to delete. |
[Package paws.management version 0.9.0 Index]