Amazon Panorama · JSON Structure

Openapi Out Put S3 Location Structure

The location of an output object in Amazon S3.

Type: object Properties: 2 Required: 2
CamerasComputer VisionEdge MLIndustrial IoT

OutPutS3Location is a JSON Structure definition published by Amazon Panorama, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BucketName ObjectKey

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-panorama/refs/heads/main/json-structure/openapi-out-put-s3-location-structure.json",
  "name": "OutPutS3Location",
  "description": "The location of an output object in Amazon S3.",
  "type": "object",
  "properties": {
    "BucketName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketName"
        },
        {
          "description": "The object's bucket."
        }
      ]
    },
    "ObjectKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ObjectKey"
        },
        {
          "description": "The object's key."
        }
      ]
    }
  },
  "required": [
    "BucketName",
    "ObjectKey"
  ]
}