Amazon Managed Apache Flink Runtime Environment Structure

RuntimeEnvironment schema from Amazon Managed Service for Apache Flink API

Type: string Properties: 0
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

RuntimeEnvironment is a JSON Structure definition published by Amazon Managed Service for Apache Flink. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-runtime-environment-structure.json",
  "name": "RuntimeEnvironment",
  "description": "RuntimeEnvironment schema from Amazon Managed Service for Apache Flink API",
  "type": "string",
  "enum": [
    "SQL-1_0",
    "FLINK-1_6",
    "FLINK-1_8",
    "ZEPPELIN-FLINK-1_0",
    "FLINK-1_11",
    "FLINK-1_13",
    "ZEPPELIN-FLINK-2_0",
    "FLINK-1_15",
    "ZEPPELIN-FLINK-3_0"
  ]
}