class Aws::CodeGuruReviewer::Types::CodeArtifacts
Code artifacts are source code artifacts and build artifacts used in a repository analysis or a pull request review.
-
Source code artifacts are source code files in a Git repository that are compressed into a .zip file.
-
Build artifacts are .jar or .class files that are compressed in a .zip file.
@note When making an API call, you may pass CodeArtifacts
data as a hash: { source_code_artifacts_object_key: "SourceCodeArtifactsObjectKey", # required build_artifacts_object_key: "BuildArtifactsObjectKey", }
@!attribute [rw] source_code_artifacts_object_key
The S3 object key for a source code .zip file. This is required for all code reviews. @return [String]
@!attribute [rw] build_artifacts_object_key
The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required for a code review with security analysis. For more information, see [Create code reviews with security analysis][1] in the *Amazon CodeGuru Reviewer User Guide*. [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/code-review-security.html @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/CodeArtifacts AWS API Documentation
Constants
- SENSITIVE