Get Repository Link
codestarconnections_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¶
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"
)
)