Amazon CodeGuru Reviewer · Example Payload

Amazon Codeguru Reviewer Recommendation Summary Example

AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

Amazon Codeguru Reviewer Recommendation Summary Example is an example object payload from Amazon CodeGuru Reviewer, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FilePathRecommendationIdStartLineEndLineDescriptionRecommendationCategoryRuleMetadataSeverity

Example Payload

Raw ↑
{
  "FilePath": "example-value",
  "RecommendationId": "500123",
  "StartLine": "example-value",
  "EndLine": "example-value",
  "Description": "Example description",
  "RecommendationCategory": "example-value",
  "RuleMetadata": "example-value",
  "Severity": "example-value"
}