View source: R/codegurureviewer_operations.R
codegurureviewer_associate_repository | R Documentation |
Use to associate an Amazon Web Services CodeCommit repository or a repository managed by Amazon Web Services CodeStar Connections with Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru Reviewer reviews source code changes in the repository's pull requests and provides automatic recommendations. You can view recommendations using the CodeGuru Reviewer console. For more information, see Recommendations in Amazon CodeGuru Reviewer in the Amazon CodeGuru Reviewer User Guide.
See https://www.paws-r-sdk.com/docs/codegurureviewer_associate_repository/ for full documentation.
codegurureviewer_associate_repository(
Repository,
ClientRequestToken = NULL,
Tags = NULL,
KMSKeyDetails = NULL
)
Repository |
[required] The repository to associate. |
ClientRequestToken |
Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate repository associations if there are failures and retries. |
Tags |
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
|
KMSKeyDetails |
A
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.