AWS Kinesis · Schema

ListTagsForResourceResponse

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
Tags object
View JSON Schema on GitHub

JSON Schema

kinesis-listtagsforresourceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListTagsForResourceResponse",
  "title": "ListTagsForResourceResponse",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "The key-value tags assigned to the application."
        }
      ]
    }
  }
}