Amazon DataSync · JSON Structure

Options Structure

Configuration options for a DataSync task defining transfer behavior.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Options Structure is a JSON Structure definition published by Amazon DataSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-datasync/json-structure/options-structure.json",
  "title": "Options",
  "description": "Configuration options for a DataSync task defining transfer behavior.",
  "type": "typedMap",
  "fields": {
    "VerifyMode": {
      "type": "str",
      "description": "VerifyMode"
    },
    "OverwriteMode": {
      "type": "str",
      "description": "OverwriteMode"
    },
    "Atime": {
      "type": "str",
      "description": "Atime"
    },
    "Mtime": {
      "type": "str",
      "description": "Mtime"
    },
    "PreserveDeletedFiles": {
      "type": "str",
      "description": "PreserveDeletedFiles"
    }
  }
}