proton_list_repository_sync_definitions {paws.compute} | R Documentation |
List repository sync definitions with detail data
Description
List repository sync definitions with detail data.
See https://www.paws-r-sdk.com/docs/proton_list_repository_sync_definitions/ for full documentation.
Usage
proton_list_repository_sync_definitions(
nextToken = NULL,
repositoryName,
repositoryProvider,
syncType
)
Arguments
nextToken |
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. |
repositoryName |
[required] The repository name. |
repositoryProvider |
[required] The repository provider. |
syncType |
[required] The sync type. The only supported value is |
[Package paws.compute version 0.7.0 Index]