Amazon Managed Apache Flink Deploy As Application Configuration Update Structure

Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.

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

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

Properties

S3ContentLocationUpdate

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-update-structure.json",
  "name": "DeployAsApplicationConfigurationUpdate",
  "description": "Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.",
  "type": "object",
  "properties": {
    "S3ContentLocationUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3ContentBaseLocationUpdate"
        },
        {
          "description": "Updates to the location that holds the data required to specify an Amazon Data Analytics application."
        }
      ]
    }
  }
}