Amazon ElastiCache · Schema

CacheCluster

CacheCluster schema from Amazon ElastiCache API

Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedis

Properties

Name Type Description
CacheClusterId string The user-supplied identifier of the cluster.
CacheClusterStatus string The current state of this cluster.
Engine string The name of the cache engine used for this cluster.
EngineVersion string The version of the cache engine that is used in this cluster.
CacheNodeType string The name of the compute and memory capacity node type for the cluster.
NumCacheNodes integer The number of cache nodes in the cluster.
PreferredAvailabilityZone string The name of the Availability Zone in which the cluster is located.
CacheClusterCreateTime string The date and time when the cluster was created.
PreferredMaintenanceWindow string Specifies the weekly time range during which maintenance on the cluster is performed.
CacheSubnetGroupName string The name of the cache subnet group associated with the cluster.
CacheNodes array A list of cache nodes that are members of the cluster.
AutoMinorVersionUpgrade boolean If true, then minor version patches are applied automatically.
SecurityGroups array A list of VPC Security Groups associated with the cluster.
ReplicationGroupId string The replication group to which this cluster belongs.
SnapshotRetentionLimit integer The number of days for which ElastiCache retains automatic cluster snapshots.
ARN string The ARN of the cache cluster.
View JSON Schema on GitHub

JSON Schema

amazon-elasticache-cache-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elasticache/refs/heads/main/json-schema/amazon-elasticache-cache-cluster-schema.json",
  "title": "CacheCluster",
  "description": "CacheCluster schema from Amazon ElastiCache API",
  "type": "object",
  "properties": {
    "CacheClusterId": {
      "type": "string",
      "description": "The user-supplied identifier of the cluster."
    },
    "CacheClusterStatus": {
      "type": "string",
      "description": "The current state of this cluster."
    },
    "Engine": {
      "type": "string",
      "description": "The name of the cache engine used for this cluster."
    },
    "EngineVersion": {
      "type": "string",
      "description": "The version of the cache engine that is used in this cluster."
    },
    "CacheNodeType": {
      "type": "string",
      "description": "The name of the compute and memory capacity node type for the cluster."
    },
    "NumCacheNodes": {
      "type": "integer",
      "description": "The number of cache nodes in the cluster."
    },
    "PreferredAvailabilityZone": {
      "type": "string",
      "description": "The name of the Availability Zone in which the cluster is located."
    },
    "CacheClusterCreateTime": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time when the cluster was created."
    },
    "PreferredMaintenanceWindow": {
      "type": "string",
      "description": "Specifies the weekly time range during which maintenance on the cluster is performed."
    },
    "CacheSubnetGroupName": {
      "type": "string",
      "description": "The name of the cache subnet group associated with the cluster."
    },
    "CacheNodes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "CacheNodeId": {
            "type": "string"
          },
          "CacheNodeStatus": {
            "type": "string"
          },
          "Endpoint": {
            "type": "object",
            "properties": {
              "Address": {
                "type": "string"
              },
              "Port": {
                "type": "integer"
              }
            }
          }
        }
      },
      "description": "A list of cache nodes that are members of the cluster."
    },
    "AutoMinorVersionUpgrade": {
      "type": "boolean",
      "description": "If true, then minor version patches are applied automatically."
    },
    "SecurityGroups": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "SecurityGroupId": {
            "type": "string"
          },
          "Status": {
            "type": "string"
          }
        }
      },
      "description": "A list of VPC Security Groups associated with the cluster."
    },
    "ReplicationGroupId": {
      "type": "string",
      "description": "The replication group to which this cluster belongs."
    },
    "SnapshotRetentionLimit": {
      "type": "integer",
      "description": "The number of days for which ElastiCache retains automatic cluster snapshots."
    },
    "ARN": {
      "type": "string",
      "description": "The ARN of the cache cluster."
    }
  }
}

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/amazon-elasticache-cache-cluster"
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 email required.

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