Amazon DynamoDB · JSON Structure

Dynamodb Export Table To Point In Time Input Structure

Type: object Properties: 9
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

ExportTableToPointInTimeInput is a JSON Structure definition published by Amazon DynamoDB, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

TableArn ExportTime ClientToken S3Bucket S3BucketOwner S3Prefix S3SseAlgorithm S3SseKmsKeyId ExportFormat

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}