Amazon ElastiCache · JSON Structure

Amazon Elasticache Describe Cache Clusters Result Structure

DescribeCacheClustersResult schema from Amazon ElastiCache API

Type: object Properties: 2
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedis

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

Properties

CacheClusters Marker

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-elasticache/refs/heads/main/json-structure/amazon-elasticache-describe-cache-clusters-result-structure.json",
  "name": "DescribeCacheClustersResult",
  "description": "DescribeCacheClustersResult schema from Amazon ElastiCache API",
  "type": "object",
  "properties": {
    "CacheClusters": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CacheCluster"
      }
    },
    "Marker": {
      "type": "string"
    }
  }
}