Amazon ElastiCache · JSON Structure

Amazon Elasticache Create Cache Cluster Result Structure

CreateCacheClusterResult schema from Amazon ElastiCache API

Type: object Properties: 1
Amazon Web ServicesCachingDatabaseElastiCacheIn-MemoryMemcachedRedis

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

Properties

CacheCluster

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-create-cache-cluster-result-structure.json",
  "name": "CreateCacheClusterResult",
  "description": "CreateCacheClusterResult schema from Amazon ElastiCache API",
  "type": "object",
  "properties": {
    "CacheCluster": {
      "$ref": "#/components/schemas/CacheCluster"
    }
  }
}