AWS Kinesis · Schema

S3ContentBaseLocation

The S3 bucket that holds the application information.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
BucketARN object
BasePath object
View JSON Schema on GitHub

JSON Schema

kinesis-s3contentbaselocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/S3ContentBaseLocation",
  "title": "S3ContentBaseLocation",
  "type": "object",
  "required": [
    "BucketARN"
  ],
  "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."
        }
      ]
    }
  },
  "description": "The S3 bucket that holds the application information."
}