Contains information about where to publish the analytics results.
{ "$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." }