DeployAsApplicationConfigurationUpdate

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

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
S3ContentLocationUpdate object
View JSON Schema on GitHub

JSON Schema

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