Amazon Managed Apache Flink S3 Content Base Location Structure

The S3 bucket that holds the application information.

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

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

Properties

BucketARN BasePath

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-base-location-structure.json",
  "name": "S3ContentBaseLocation",
  "description": "The S3 bucket that holds the application information.",
  "type": "object",
  "properties": {
    "BucketARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the S3 bucket."
        }
      ]
    },
    "BasePath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BasePath"
        },
        {
          "description": "The base path for the S3 bucket."
        }
      ]
    }
  },
  "required": [
    "BucketARN"
  ]
}