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