Amazon S3 · JSON Structure

Amazon S3 Control Get Access Point Result Structure

Type: object Properties: 9
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

Name Bucket NetworkOrigin VpcConfiguration CreationDate Alias AccessPointArn Endpoints BucketAccountId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetAccessPointResult",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "Bucket": {
      "type": "string"
    },
    "NetworkOrigin": {
      "type": "string"
    },
    "VpcConfiguration": {
      "type": "object"
    },
    "CreationDate": {
      "type": "string"
    },
    "Alias": {
      "type": "string"
    },
    "AccessPointArn": {
      "type": "string"
    },
    "Endpoints": {
      "type": "object"
    },
    "BucketAccountId": {
      "type": "string"
    }
  }
}