Amazon S3 · Schema

CreateAccessPointRequest

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Bucket string The name of the bucket you want to associate with the access point.
VpcConfiguration object
BucketAccountId string The AWS account ID associated with the S3 bucket.
View JSON Schema on GitHub

JSON Schema

amazon-s3-control-create-access-point-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateAccessPointRequest",
  "type": "object",
  "properties": {
    "Bucket": {
      "type": "string",
      "description": "The name of the bucket you want to associate with the access point."
    },
    "VpcConfiguration": {
      "type": "object"
    },
    "BucketAccountId": {
      "type": "string",
      "description": "The AWS account ID associated with the S3 bucket."
    }
  }
}