StreamKeyArnList

StreamKeyArnList schema

Live StreamingMediaVideoReal-Time
View JSON Schema on GitHub

JSON Schema

ivs-stream-key-arn-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-stream-key-arn-list-schema.json",
  "title": "StreamKeyArnList",
  "description": "StreamKeyArnList schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$",
    "minLength": 1,
    "maxLength": 128
  }
}