Amazon S3 · Schema

CreateMultiRegionAccessPointRequest

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
ClientToken string An idempotency token used to identify the request.
Details object
View JSON Schema on GitHub

JSON Schema

amazon-s3-control-create-multi-region-access-point-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateMultiRegionAccessPointRequest",
  "type": "object",
  "properties": {
    "ClientToken": {
      "type": "string",
      "description": "An idempotency token used to identify the request."
    },
    "Details": {
      "type": "object"
    }
  }
}