AWS Kinesis · Schema

DescribeApplicationSnapshotRequest

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ApplicationName object
SnapshotName object
View JSON Schema on GitHub

JSON Schema

kinesis-describeapplicationsnapshotrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeApplicationSnapshotRequest",
  "title": "DescribeApplicationSnapshotRequest",
  "type": "object",
  "required": [
    "ApplicationName",
    "SnapshotName"
  ],
  "properties": {
    "ApplicationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationName"
        },
        {
          "description": "The name of an existing application."
        }
      ]
    },
    "SnapshotName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapshotName"
        },
        {
          "description": "The identifier of an application snapshot. You can retrieve this value using ."
        }
      ]
    }
  }
}