Amazon CodeGuru Reviewer · Example Payload

Amazon Codeguru Reviewer Repository Association Summary Example

AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

Amazon Codeguru Reviewer Repository Association 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

AssociationArnConnectionArnLastUpdatedTimeStampAssociationIdNameOwnerProviderTypeState

Example Payload

Raw ↑
{
  "AssociationArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "ConnectionArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "LastUpdatedTimeStamp": "example-value",
  "AssociationId": "500123",
  "Name": "example-resource",
  "Owner": "123456789012",
  "ProviderType": "500123",
  "State": "example-value"
}