List repository sync definitions with detail data.
See https://www.paws-r-sdk.com/docs/proton_list_repository_sync_definitions/ for full documentation.
proton_list_repository_sync_definitions(
nextToken = NULL,
repositoryName,
repositoryProvider,
syncType
)
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
[required] The repository name.
[required] The repository provider.
[required] The sync type. The only supported value is TEMPLATE_SYNC
.