List Repository Sync Definitions
codestarconnections_list_repository_sync_definitions | R Documentation |
Lists the repository sync definitions for repository links in your account¶
Description¶
Lists the repository sync definitions for repository links in your account.
Usage¶
codestarconnections_list_repository_sync_definitions(RepositoryLinkId,
SyncType)
Arguments¶
RepositoryLinkId |
[required] The ID of the repository link for the sync definition for which you want to retrieve information. |
SyncType |
[required] The sync type of the repository link for the the sync definition for which you want to retrieve information. |
Value¶
A list with the following syntax:
list(
RepositorySyncDefinitions = list(
list(
Branch = "string",
Directory = "string",
Parent = "string",
Target = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_repository_sync_definitions(
RepositoryLinkId = "string",
SyncType = "CFN_STACK_SYNC"
)