codestarconnections_update_repository_link: Updates the association between your connection and a...

View source: R/codestarconnections_operations.R

codestarconnections_update_repository_linkR Documentation

Description

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.

Usage

codestarconnections_update_repository_link(
  ConnectionArn = NULL,
  EncryptionKeyArn = NULL,
  RepositoryLinkId
)

Arguments

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.