AssociationArn

AssociationArn schema from Amazon CodeGuru Reviewer

AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-reviewer-association-arn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-association-arn-schema.json",
  "title": "AssociationArn",
  "description": "AssociationArn schema from Amazon CodeGuru Reviewer",
  "type": "string",
  "pattern": "^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:association:[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$",
  "minLength": 1,
  "maxLength": 1600
}