Amazon Managed Apache Flink Application Detail Structure

Describes the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configurations.

Type: object Properties: 17 Required: 5
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

ApplicationDetail is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 17 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ApplicationARN ApplicationDescription ApplicationName RuntimeEnvironment ServiceExecutionRole ApplicationStatus ApplicationVersionId CreateTimestamp LastUpdateTimestamp ApplicationConfigurationDescription CloudWatchLoggingOptionDescriptions ApplicationMaintenanceConfigurationDescription ApplicationVersionUpdatedFrom ApplicationVersionRolledBackFrom ConditionalToken ApplicationVersionRolledBackTo ApplicationMode

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-application-detail-structure.json",
  "name": "ApplicationDetail",
  "description": "Describes the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configurations.",
  "type": "object",
  "properties": {
    "ApplicationARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The ARN of the application."
        }
      ]
    },
    "ApplicationDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationDescription"
        },
        {
          "description": "The description of the application."
        }
      ]
    },
    "ApplicationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationName"
        },
        {
          "description": "The name of the application."
        }
      ]
    },
    "RuntimeEnvironment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuntimeEnvironment"
        },
        {
          "description": "The runtime environment for the application."
        }
      ]
    },
    "ServiceExecutionRole": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleARN"
        },
        {
          "description": "Specifies the IAM role that the application uses to access external resources."
        }
      ]
    },
    "ApplicationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationStatus"
        },
        {
          "description": "The status of the application."
        }
      ]
    },
    "ApplicationVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "Provides the current application version. Kinesis Data Analytics updates the <code>ApplicationVersionId</code> each time you update the application."
        }
      ]
    },
    "CreateTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The current timestamp when the application was created."
        }
      ]
    },
    "LastUpdateTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The current timestamp when the application was last updated."
        }
      ]
    },
    "ApplicationConfigurationDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationConfigurationDescription"
        },
        {
          "description": "Describes details about the application code and starting parameters for a Kinesis Data Analytics application."
        }
      ]
    },
    "CloudWatchLoggingOptionDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudWatchLoggingOptionDescriptions"
        },
        {
          "description": "Describes the application Amazon CloudWatch logging options."
        }
      ]
    },
    "ApplicationMaintenanceConfigurationDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationMaintenanceConfigurationDescription"
        },
        {
          "description": "The details of the maintenance configuration for the application."
        }
      ]
    },
    "ApplicationVersionUpdatedFrom": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "The previous application version before the latest application update. <a>RollbackApplication</a> reverts the application to this version."
        }
      ]
    },
    "ApplicationVersionRolledBackFrom": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "If you reverted the application using <a>RollbackApplication</a>, the application version when <code>RollbackApplication</code> was called."
        }
      ]
    },
    "ConditionalToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConditionalToken"
        },
        {
          "description": "A value you use to implement strong concurrency for application updates."
        }
      ]
    },
    "ApplicationVersionRolledBackTo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "The version to which you want to roll back the application."
        }
      ]
    },
    "ApplicationMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationMode"
        },
        {
          "description": "To create a Kinesis Data Analytics Studio notebook, you must set the mode to <code>INTERACTIVE</code>. However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional."
        }
      ]
    }
  },
  "required": [
    "ApplicationARN",
    "ApplicationName",
    "RuntimeEnvironment",
    "ApplicationStatus",
    "ApplicationVersionId"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-managed-apache-flink-application-detail-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.