- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
code_review_arn
Type: STRING
Provider name: CodeReviewArn
Description: The Amazon Resource Name (ARN) of the CodeReview object.
created_time_stamp
Type: TIMESTAMP
Provider name: CreatedTimeStamp
Description: The time, in milliseconds since the epoch, when the code review was created.
last_updated_time_stamp
Type: TIMESTAMP
Provider name: LastUpdatedTimeStamp
Description: The time, in milliseconds since the epoch, when the code review was last updated.
metrics_summary
Type: STRUCT
Provider name: MetricsSummary
Description: The statistics from the code review.
findings_count
INT64
FindingsCount
metered_lines_of_code_count
INT64
MeteredLinesOfCodeCount
MeteredLinesOfCodeCount
includes the first 5 files (5 * 500 = 2,500 lines), the new file (200 lines) and the 25 changed lines of code for a total of 2,725 lines of code.suppressed_lines_of_code_count
INT64
SuppressedLinesOfCodeCount
excludeFiles
element in the aws-codeguru-reviewer.yml
file. For full repository analyses, this number includes all lines of code in the files that are suppressed. For pull requests, this number only includes the changed lines of code that are suppressed. In both cases, this number does not include non-code lines such as comments and import statements. For example, if you initiate a full repository analysis on a repository containing 5 files, each file with 100 lines of code, and 2 files are listed as excluded in the aws-codeguru-reviewer.yml
file, then SuppressedLinesOfCodeCount
returns 200 (2 * 100) as the total number of lines of code suppressed. However, if you submit a pull request for the same repository, then SuppressedLinesOfCodeCount
only includes the lines in the 2 files that changed. If only 1 of the 2 files changed in the pull request, then SuppressedLinesOfCodeCount
returns 100 (1 * 100) as the total number of lines of code suppressed.name
Type: STRING
Provider name: Name
Description: The name of the code review.
owner
Type: STRING
Provider name: Owner
Description: The owner of the repository. For an Amazon Web Services CodeCommit repository, this is the Amazon Web Services account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, it can be the username or Amazon Web Services account ID.
provider_type
Type: STRING
Provider name: ProviderType
Description: The provider type of the repository association.
pull_request_id
Type: STRING
Provider name: PullRequestId
Description: The pull request ID for the code review.
repository_name
Type: STRING
Provider name: RepositoryName
Description: The name of the repository.
source_code_type
Type: STRUCT
Provider name: SourceCodeType
branch_diff
STRUCT
BranchDiff
destination_branch_name
STRING
DestinationBranchName
source_branch_name
STRING
SourceBranchName
commit_diff
STRUCT
CommitDiff
destination_commit
STRING
DestinationCommit
merge_base_commit
STRING
MergeBaseCommit
source_commit
STRING
SourceCommit
repository_head
STRUCT
RepositoryHead
branch_name
STRING
BranchName
RepositoryHeadSourceCodeType
specifies the tip of this branch.request_metadata
STRUCT
RequestMetadata
RequestMetadaa
field captures any event metadata. For example, it might capture metadata associated with an event trigger, such as a push or a pull request.event_info
STRUCT
EventInfo
name
STRING
Name
pull_request
, workflow_dispatch
, schedule
, and push
state
STRING
State
request_id
STRING
RequestId
requester
STRING
Requester
Requester
is used to capture the author/actor
name of the event request.vendor_name
STRING
VendorName
ProviderType
is S3Bucket
and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType
in RepositoryAssociation.s3_bucket_repository
STRUCT
S3BucketRepository
S3RepositoryDetails
object. The S3RepositoryDetails
object includes the name of an S3 bucket, an S3 key for a source code .zip file, and an S3 key for a build artifacts .zip file. S3BucketRepository
is required in SourceCodeType for S3BucketRepository
based code reviews.details
STRUCT
Details
S3RepositoryDetails
object that specifies the name of an S3 bucket and a CodeArtifacts
object. The CodeArtifacts
object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.bucket_name
STRING
BucketName
codeguru-reviewer-
.code_artifacts
STRUCT
CodeArtifacts
CodeArtifacts
object. The CodeArtifacts
object includes the S3 object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.build_artifacts_object_key
STRING
BuildArtifactsObjectKey
source_code_artifacts_object_key
STRING
SourceCodeArtifactsObjectKey
name
STRING
Name
ProviderType
is S3Bucket
.state
Type: STRING
Provider name: State
Description: The state of the code review. The valid code review states are:
Completed
: The code review is complete.Pending
: The code review started and has not completed or failed.Failed
: The code review failed.Deleting
: The code review is being deleted.tags
Type: UNORDERED_LIST_STRING
type
Type: STRING
Provider name: Type
Description: The type of the code review.