View source: R/proton_operations.R
proton_list_repository_sync_definitions | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.