Amazon Managed Apache Flink S3 Content Location Update Structure

Describes an update for the Amazon S3 code content location for an application.

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

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

Properties

BucketARNUpdate FileKeyUpdate ObjectVersionUpdate

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-content-location-update-structure.json",
  "name": "S3ContentLocationUpdate",
  "description": "Describes an update for the Amazon S3 code content location for an application.",
  "type": "object",
  "properties": {
    "BucketARNUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketARN"
        },
        {
          "description": "The new Amazon Resource Name (ARN) for the S3 bucket containing the application code."
        }
      ]
    },
    "FileKeyUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileKey"
        },
        {
          "description": "The new file key for the object containing the application code."
        }
      ]
    },
    "ObjectVersionUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ObjectVersion"
        },
        {
          "description": "The new version of the object containing the application code."
        }
      ]
    }
  }
}