ApplicationDetail

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

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
ApplicationARN object
ApplicationDescription object
ApplicationName object
RuntimeEnvironment object
ServiceExecutionRole object
ApplicationStatus object
ApplicationVersionId object
CreateTimestamp object
LastUpdateTimestamp object
ApplicationConfigurationDescription object
CloudWatchLoggingOptionDescriptions object
ApplicationMaintenanceConfigurationDescription object
ApplicationVersionUpdatedFrom object
ApplicationVersionRolledBackFrom object
ConditionalToken object
ApplicationVersionRolledBackTo object
ApplicationMode object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-application-detail-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-detail-schema.json",
  "title": "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/amazon-managed-apache-flink-application-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.