Amazon Managed Apache Flink Environment Property Descriptions Structure

Describes the execution properties for an Apache Flink runtime.

Type: object Properties: 1
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

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

Properties

PropertyGroupDescriptions

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-environment-property-descriptions-structure.json",
  "name": "EnvironmentPropertyDescriptions",
  "description": "Describes the execution properties for an Apache Flink runtime.",
  "type": "object",
  "properties": {
    "PropertyGroupDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyGroups"
        },
        {
          "description": "Describes the execution property groups."
        }
      ]
    }
  }
}