View source: R/codestarconnections_operations.R
codestarconnections_update_repository_link | R Documentation |
Updates the association between your connection and a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
See https://www.paws-r-sdk.com/docs/codestarconnections_update_repository_link/ for full documentation.
codestarconnections_update_repository_link(
ConnectionArn = NULL,
EncryptionKeyArn = NULL,
RepositoryLinkId
)
ConnectionArn |
The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link. |
EncryptionKeyArn |
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated. |
RepositoryLinkId |
[required] The ID of the repository link to be updated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.