Amazon S3 API · Schema

AnalyticsExportDestination

Where to publish the analytics results.

Cloud StorageObject StorageStorage

Properties

Name Type Description
S3BucketDestination object
View JSON Schema on GitHub

JSON Schema

s3-analyticsexportdestination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AnalyticsExportDestination",
  "type": "object",
  "properties": {
    "S3BucketDestination": {}
  },
  "required": [
    "S3BucketDestination"
  ],
  "description": "Where to publish the analytics results."
}