{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-export-destination-structure.json", "name": "ExportDestination", "description": "Describes the destination of the recommendations export and metadata files.", "type": "object", "properties": { "s3": { "allOf": [ { "$ref": "#/components/schemas/S3Destination" }, { "description": "An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file." } ] } } }