Amazon S3 · Schema

MultiRegionAccessPointReport

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Name string The name of the Multi-Region Access Point.
Alias string The alias for the Multi-Region Access Point.
CreatedAt string
Status string
Regions array
View JSON Schema on GitHub

JSON Schema

amazon-s3-control-multi-region-access-point-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MultiRegionAccessPointReport",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The name of the Multi-Region Access Point."
    },
    "Alias": {
      "type": "string",
      "description": "The alias for the Multi-Region Access Point."
    },
    "CreatedAt": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "Regions": {
      "type": "array"
    }
  }
}