Get Repository Link
codeconnections_get_repository_link | R Documentation |
Returns details about a repository link¶
Description¶
Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.
Usage¶
codeconnections_get_repository_link(RepositoryLinkId)
Arguments¶
RepositoryLinkId |
[required] The ID of the repository link to get. |
Value¶
A list with the following syntax:
list(
RepositoryLinkInfo = list(
ConnectionArn = "string",
EncryptionKeyArn = "string",
OwnerId = "string",
ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|"GitLab"|"GitLabSelfManaged",
RepositoryLinkArn = "string",
RepositoryLinkId = "string",
RepositoryName = "string"
)
)
Request syntax¶
svc$get_repository_link(
RepositoryLinkId = "string"
)