Skip to content

Delete Resource Data Sync

ssm_delete_resource_data_sync 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.

Usage

ssm_delete_resource_data_sync(SyncName, SyncType)

Arguments

SyncName

[required] The name of the configuration to delete.

SyncType

Specify the type of resource data sync to delete.

Value

An empty list.

Request syntax

svc$delete_resource_data_sync(
  SyncName = "string",
  SyncType = "string"
)