Amazon Managed Apache Flink Deploy As Application Configuration Structure

The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.

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

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

Properties

S3ContentLocation

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-deploy-as-application-configuration-structure.json",
  "name": "DeployAsApplicationConfiguration",
  "description": "The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.",
  "type": "object",
  "properties": {
    "S3ContentLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3ContentBaseLocation"
        },
        {
          "description": "The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data. "
        }
      ]
    }
  },
  "required": [
    "S3ContentLocation"
  ]
}