Amazon S3 · JSON Structure

Amazon S3 Rest Create Bucket Configuration Structure

Type: object Properties: 3
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

LocationConstraint Location Bucket

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateBucketConfiguration",
  "type": "object",
  "properties": {
    "LocationConstraint": {
      "type": "string"
    },
    "Location": {
      "type": "object"
    },
    "Bucket": {
      "type": "object"
    }
  }
}