Amazon CodeGuru Security · Example Payload

Amazon Codeguru Security Get Scan Response Example

AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

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

Top-level fields

analysisTypecreatedAtnumberOfRevisionsrunIdscanNamescanNameArnscanStateupdatedAt

Example Payload

Raw ↑
{
  "analysisType": "STANDARD",
  "createdAt": "example-value",
  "numberOfRevisions": "example-value",
  "runId": "500123",
  "scanName": "example-resource",
  "scanNameArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "scanState": "example-value",
  "updatedAt": "example-value"
}