Amazon DataSync · JSON Structure

Location Structure

A DataSync location representing a source or destination storage system.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Location 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/location-structure.json",
  "title": "Location",
  "description": "A DataSync location representing a source or destination storage system.",
  "type": "typedMap",
  "fields": {
    "LocationArn": {
      "type": "str",
      "description": "The ARN of the DataSync location. This ARN uniquely identifies the location."
    },
    "LocationUri": {
      "type": "str",
      "description": "The URL of the location"
    },
    "CreationTime": {
      "type": "str",
      "description": "CreationTime"
    }
  }
}