DeployAsApplicationConfiguration

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

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
S3ContentLocation object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-deploy-as-application-configuration-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-deploy-as-application-configuration-schema.json",
  "title": "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"
  ]
}