ApplicationCodeConfigurationUpdate

Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
CodeContentTypeUpdate object
CodeContentUpdate object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-application-code-configuration-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-application-code-configuration-update-schema.json",
  "title": "ApplicationCodeConfigurationUpdate",
  "description": "Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.",
  "type": "object",
  "properties": {
    "CodeContentTypeUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeContentType"
        },
        {
          "description": "Describes updates to the code content type."
        }
      ]
    },
    "CodeContentUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeContentUpdate"
        },
        {
          "description": "Describes updates to the code content of an application."
        }
      ]
    }
  }
}