AWS Kinesis · Schema

DescribeApplicationSnapshotResponse

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
SnapshotDetails object
View JSON Schema on GitHub

JSON Schema

kinesis-describeapplicationsnapshotresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeApplicationSnapshotResponse",
  "title": "DescribeApplicationSnapshotResponse",
  "type": "object",
  "required": [
    "SnapshotDetails"
  ],
  "properties": {
    "SnapshotDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapshotDetails"
        },
        {
          "description": "An object containing information about the application snapshot."
        }
      ]
    }
  }
}