View source: R/codestarconnections_operations.R
codestarconnections_list_sync_configurations | R Documentation |
Returns a list of sync configurations for a specified repository.
See https://www.paws-r-sdk.com/docs/codestarconnections_list_sync_configurations/ for full documentation.
codestarconnections_list_sync_configurations(
MaxResults = NULL,
NextToken = NULL,
RepositoryLinkId,
SyncType
)
MaxResults |
A non-zero, non-negative integer used to limit the number of returned results. |
NextToken |
An enumeration token that allows the operation to batch the results of the operation. |
RepositoryLinkId |
[required] The ID of the repository link for the requested list of sync configurations. |
SyncType |
[required] The sync type for the requested list of sync configurations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.