{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExportTableToPointInTimeInput", "type": "object", "properties": { "TableArn": { "type": "string" }, "ExportTime": { "type": "string" }, "ClientToken": { "type": "string" }, "S3Bucket": { "type": "string" }, "S3BucketOwner": { "type": "string" }, "S3Prefix": { "type": "string" }, "S3SseAlgorithm": { "type": "string" }, "S3SseKmsKeyId": { "type": "string" }, "ExportFormat": { "type": "string" } } }