AWS Kinesis · Schema

ResourceTags

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo
View JSON Schema on GitHub

JSON Schema

kinesis-resourcetags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceTags",
  "title": "ResourceTags",
  "type": "object",
  "minProperties": 1,
  "maxProperties": 50,
  "additionalProperties": {
    "$ref": "#/components/schemas/TagValue"
  }
}