AWS Kinesis · Schema

EnvironmentPropertyDescriptions

Describes the execution properties for an Apache Flink runtime.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
PropertyGroupDescriptions object
View JSON Schema on GitHub

JSON Schema

kinesis-environmentpropertydescriptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentPropertyDescriptions",
  "title": "EnvironmentPropertyDescriptions",
  "type": "object",
  "properties": {
    "PropertyGroupDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyGroups"
        },
        {
          "description": "Describes the execution property groups."
        }
      ]
    }
  },
  "description": "Describes the execution properties for an Apache Flink runtime."
}