AWS Kinesis · Schema

S3ContentBaseLocationUpdate

The information required to update the S3 base location that holds the application.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
BucketARNUpdate object
BasePathUpdate object
View JSON Schema on GitHub

JSON Schema

kinesis-s3contentbaselocationupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/S3ContentBaseLocationUpdate",
  "title": "S3ContentBaseLocationUpdate",
  "type": "object",
  "properties": {
    "BucketARNUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketARN"
        },
        {
          "description": "The updated Amazon Resource Name (ARN) of the S3 bucket."
        }
      ]
    },
    "BasePathUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BasePath"
        },
        {
          "description": "The updated S3 bucket path."
        }
      ]
    }
  },
  "description": "The information required to update the S3 base location that holds the application."
}