Amazon S3 API · Schema

AnalyticsS3BucketDestination

Contains information about where to publish the analytics results.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Format object
BucketAccountId object
Bucket object
Prefix object
View JSON Schema on GitHub

JSON Schema

s3-analyticss3bucketdestination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AnalyticsS3BucketDestination",
  "type": "object",
  "properties": {
    "Format": {},
    "BucketAccountId": {},
    "Bucket": {},
    "Prefix": {}
  },
  "required": [
    "Format",
    "Bucket"
  ],
  "description": "Contains information about where to publish the analytics results."
}