Amazon S3 · JSON Structure

Amazon S3 Control Access Grants Instance Structure

Type: object Properties: 4
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

AccessGrantsInstanceId AccessGrantsInstanceArn CreatedAt IdentityCenterArn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccessGrantsInstance",
  "type": "object",
  "properties": {
    "AccessGrantsInstanceId": {
      "type": "string"
    },
    "AccessGrantsInstanceArn": {
      "type": "string"
    },
    "CreatedAt": {
      "type": "string"
    },
    "IdentityCenterArn": {
      "type": "string"
    }
  }
}