Ivs Channel Arn List Structure

ChannelArnList schema

Type: array Properties: 0
Live StreamingMediaVideoReal-Time

ChannelArnList is a JSON Structure definition published by Amazon Interactive Video Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-channel-arn-list-structure.json",
  "name": "ChannelArnList",
  "description": "ChannelArnList schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$",
    "minLength": 1,
    "maxLength": 128
  }
}