AWS Kinesis · Schema

S3ContentBaseLocationDescription

The description of the S3 base location that holds the application.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

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

JSON Schema

kinesis-s3contentbaselocationdescription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/S3ContentBaseLocationDescription",
  "title": "S3ContentBaseLocationDescription",
  "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 description of the S3 base location that holds the application."
}