Amazon DynamoDB · Schema

ImportTableInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ClientToken string Idempotency token
S3BucketSource object
InputFormat string
InputFormatOptions object
InputCompressionType string
TableCreationParameters object
View JSON Schema on GitHub

JSON Schema

dynamodb-import-table-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImportTableInput",
  "type": "object",
  "properties": {
    "ClientToken": {
      "type": "string",
      "description": "Idempotency token"
    },
    "S3BucketSource": {
      "type": "object"
    },
    "InputFormat": {
      "type": "string"
    },
    "InputFormatOptions": {
      "type": "object"
    },
    "InputCompressionType": {
      "type": "string"
    },
    "TableCreationParameters": {
      "type": "object"
    }
  }
}