CodeReviewType
The type of a code review. There are two code review types:
-
PullRequest
- A code review that is automatically triggered by a pull request on an associated repository. Because this type of code review is automatically generated, you cannot specify this code review type usingCreateCodeReview
. -
RepositoryAnalysis
- A code review that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN inCreateCodeReview
.
Contents
- RepositoryAnalysis
-
A code review that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN in
CreateCodeReview
.Type: RepositoryAnalysis object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: