Learn R Programming

paws.management (version 0.1.8)

ssm_delete_resource_data_sync: Deletes a Resource Data Sync configuration

Description

Deletes a Resource Data Sync configuration. After the configuration is deleted, changes to data on managed instances are no longer synced to or from the target. Deleting a sync configuration does not 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.

Request syntax

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