{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-schema/amazon-qldb-s3export-configuration-schema.json", "title": "S3ExportConfiguration", "description": "The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.", "type": "object", "properties": { "Bucket": { "allOf": [ { "$ref": "#/components/schemas/S3Bucket" }, { "description": "
The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
" } ] }, "Prefix": { "allOf": [ { "$ref": "#/components/schemas/S3Prefix" }, { "description": "The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid Prefix values:
JournalExports-ForMyLedger/Testing/
JournalExports
My:Tests/