Amazon MemoryDB · JSON Structure

Memorydb Api Acl Structure

An Access Control List.

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

ACL is a JSON Structure definition published by Amazon MemoryDB, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ARN Name Status UserNames

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-memorydb/refs/heads/main/json-structure/memorydb-api-acl-structure.json",
  "name": "ACL",
  "type": "object",
  "description": "An Access Control List.",
  "properties": {
    "ARN": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the ACL."
    },
    "Name": {
      "type": "string",
      "description": "The name of the Access Control List."
    },
    "Status": {
      "type": "string",
      "description": "Indicates the current status of the ACL."
    },
    "UserNames": {
      "type": "array",
      "description": "The list of user names that belong to the ACL.",
      "items": {
        "type": "string"
      }
    }
  }
}