Amazon Managed Apache Flink S3 Reference Data Source Update Structure

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.

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

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

Properties

BucketARNUpdate FileKeyUpdate

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-s3-reference-data-source-update-structure.json",
  "name": "S3ReferenceDataSourceUpdate",
  "description": "For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table. ",
  "type": "object",
  "properties": {
    "BucketARNUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the S3 bucket."
        }
      ]
    },
    "FileKeyUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileKey"
        },
        {
          "description": "The object key name."
        }
      ]
    }
  }
}