Amazon S3 · JSON Structure

Amazon S3 Control Create Access Point Request Structure

Type: object Properties: 3
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

CreateAccessPointRequest 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

Bucket VpcConfiguration BucketAccountId

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

JSON Structure

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