KmsKeyId

KmsKeyId schema from Amazon Lookout for Vision API

Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-vision-kms-key-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-schema/amazon-lookout-for-vision-kms-key-id-schema.json",
  "title": "KmsKeyId",
  "description": "KmsKeyId schema from Amazon Lookout for Vision API",
  "type": "string",
  "pattern": "^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$"
}