Amazon S3 · Schema

CreateBucketConfiguration

The configuration information for the bucket.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
LocationConstraint string Specifies the Region where the bucket will be created. If you do not specify a Region, the bucket is created in the us-east-1 Region.
Location object Specifies the location of the bucket.
Bucket object Specifies the information about the bucket to create.
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-create-bucket-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateBucketConfiguration",
  "type": "object",
  "description": "The configuration information for the bucket.",
  "properties": {
    "LocationConstraint": {
      "type": "string",
      "description": "Specifies the Region where the bucket will be created. If you do not specify a Region, the bucket is created in the us-east-1 Region."
    },
    "Location": {
      "type": "object",
      "description": "Specifies the location of the bucket."
    },
    "Bucket": {
      "type": "object",
      "description": "Specifies the information about the bucket to create."
    }
  }
}