Amazon ElastiCache · Schema
Amazon ElastiCache CacheCluster
Schema representing an Amazon ElastiCache cache cluster, which is a collection of cache nodes running Redis or Memcached cache engine software.
Amazon Web ServicesAWSCachingDatabaseElastiCacheIn-MemoryMemcachedRedis
Properties
| Name | Type | Description |
|---|---|---|
| CacheClusterId | string | The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster. |
| ARN | string | The ARN (Amazon Resource Name) of the cache cluster. |
| CacheClusterStatus | string | The current state of this cluster. |
| Engine | string | The name of the cache engine used in 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 or "Multiple" if the cache nodes are located in different Availability Zones. |
| 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. |
| CacheParameterGroup | object | Status of the cache parameter group. |
| CacheNodes | array | A list of cache nodes that are members of the cluster. |
| ConfigurationEndpoint | object | Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the cluster. |
| SecurityGroups | array | A list of VPC Security Groups associated with the cluster. |
| ReplicationGroupId | stringnull | The replication group to which this cluster belongs. |
| SnapshotRetentionLimit | integer | The number of days for which ElastiCache retains automatic cluster snapshots. |
| SnapshotWindow | string | The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster. |
| AutoMinorVersionUpgrade | boolean | If true, then minor version patches are applied automatically. |
| Port | integer | The port number on which each of the cache nodes accepts connections. |
| NotificationConfiguration | object | Describes a notification topic and its status. |
| TransitEncryptionEnabled | boolean | A flag that enables in-transit encryption when set to true. |
| AtRestEncryptionEnabled | boolean | A flag that enables encryption at rest when set to true. |