SSM / Client / delete_resource_data_sync

delete_resource_data_sync#

SSM.Client.delete_resource_data_sync(**kwargs)#

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 also: AWS API Documentation

Request Syntax

response = client.delete_resource_data_sync(
    SyncName='string',
    SyncType='string'
)
Parameters:
  • SyncName (string) –

    [REQUIRED]

    The name of the configuration to delete.

  • SyncType (string) – Specify the type of resource data sync to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SSM.Client.exceptions.InternalServerError

  • SSM.Client.exceptions.ResourceDataSyncNotFoundException

  • SSM.Client.exceptions.ResourceDataSyncInvalidConfigurationException