Amazon MemoryDB · Schema

CreateClusterRequest

CreateClusterRequest schema from Amazon MemoryDB API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ACLName string The name of the Access Control List to associate with the cluster.
ClusterName string The name of the cluster.
Description string An optional description of the cluster.
EngineVersion string The version number of the Redis engine to use.
NodeType string The compute and memory capacity of the nodes.
NumReplicasPerShard integer The number of replicas to apply to each shard.
NumShards integer The number of shards the cluster will contain.
TLSEnabled boolean A flag to enable in-transit encryption.
View JSON Schema on GitHub

JSON Schema

memorydb-api-create-cluster-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-memorydb/refs/heads/main/json-schema/memorydb-api-create-cluster-request-schema.json",
  "title": "CreateClusterRequest",
  "description": "CreateClusterRequest schema from Amazon MemoryDB API",
  "type": "object",
  "properties": {
    "ACLName": {
      "description": "The name of the Access Control List to associate with the cluster.",
      "type": "string"
    },
    "ClusterName": {
      "description": "The name of the cluster.",
      "type": "string"
    },
    "Description": {
      "description": "An optional description of the cluster.",
      "type": "string"
    },
    "EngineVersion": {
      "description": "The version number of the Redis engine to use.",
      "type": "string"
    },
    "NodeType": {
      "description": "The compute and memory capacity of the nodes.",
      "type": "string"
    },
    "NumReplicasPerShard": {
      "description": "The number of replicas to apply to each shard.",
      "type": "integer"
    },
    "NumShards": {
      "description": "The number of shards the cluster will contain.",
      "type": "integer"
    },
    "TLSEnabled": {
      "description": "A flag to enable in-transit encryption.",
      "type": "boolean"
    }
  },
  "required": [
    "ClusterName",
    "NodeType",
    "ACLName"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/memorydb-api-create-cluster-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.