Amazon DataSync · JSON Structure

Create Location S3 Request Structure

Request body for creating an Amazon S3 location.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Create Location S3 Request 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/create-location-s3-request-structure.json",
  "title": "Create Location S3 Request",
  "description": "Request body for creating an Amazon S3 location.",
  "type": "typedMap",
  "fields": {
    "S3BucketArn": {
      "type": "str",
      "description": "The ARN of the S3 bucket. This ARN uniquely identifies the bucket."
    },
    "S3StorageClass": {
      "type": "str",
      "description": "S3StorageClass"
    },
    "Subdirectory": {
      "type": "str",
      "description": "Subdirectory"
    },
    "S3Config": {
      "type": "map",
      "description": "S3Config"
    }
  }
}