AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Contains all of the attributes of a specific cache cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.CacheCluster

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CacheCluster : Object

The CacheCluster type exposes the following members

Constructors

NameDescription
Public Method CacheCluster()

Properties

NameTypeDescription
Public Property AutoMinorVersionUpgrade System.Boolean Gets and sets the property AutoMinorVersionUpgrade.

This parameter is currently disabled.

Public Property CacheClusterCreateTime System.DateTime Gets and sets the property CacheClusterCreateTime.

The date and time when the cache cluster was created.

Public Property CacheClusterId System.String Gets and sets the property CacheClusterId.

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

Public Property CacheClusterStatus System.String Gets and sets the property CacheClusterStatus.

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

Public Property CacheNodes System.Collections.Generic.List<Amazon.ElastiCache.Model.CacheNode> Gets and sets the property CacheNodes.

A list of cache nodes that are members of the cache cluster.

Public Property CacheNodeType System.String Gets and sets the property CacheNodeType.

The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:
    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge
    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge
  • Compute optimized: cache.c1.xlarge
  • Memory optimized
    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge
    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).
  • Redis backup/restore is not supported for t2 instances.
  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

Public Property CacheParameterGroup Amazon.ElastiCache.Model.CacheParameterGroupStatus Gets and sets the property CacheParameterGroup.
Public Property CacheSecurityGroups System.Collections.Generic.List<Amazon.ElastiCache.Model.CacheSecurityGroupMembership> Gets and sets the property CacheSecurityGroups.

A list of cache security group elements, composed of name and status sub-elements.

Public Property CacheSubnetGroupName System.String Gets and sets the property CacheSubnetGroupName.

The name of the cache subnet group associated with the cache cluster.

Public Property ClientDownloadLandingPage System.String Gets and sets the property ClientDownloadLandingPage.

The URL of the web page where you can download the latest ElastiCache client library.

Public Property ConfigurationEndpoint Amazon.ElastiCache.Model.Endpoint Gets and sets the property ConfigurationEndpoint.
Public Property Engine System.String Gets and sets the property Engine.

The name of the cache engine (memcached or redis) to be used for this cache cluster.

Public Property EngineVersion System.String Gets and sets the property EngineVersion.

The version of the cache engine version that is used in this cache cluster.

Public Property NotificationConfiguration Amazon.ElastiCache.Model.NotificationConfiguration Gets and sets the property NotificationConfiguration.
Public Property NumCacheNodes System.Int32 Gets and sets the property NumCacheNodes.

The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

Public Property PendingModifiedValues Amazon.ElastiCache.Model.PendingModifiedValues Gets and sets the property PendingModifiedValues.
Public Property PreferredAvailabilityZone System.String Gets and sets the property PreferredAvailabilityZone.

The name of the Availability Zone in which the cache cluster is located or "Multiple" if the cache nodes are located in different Availability Zones.

Public Property PreferredMaintenanceWindow System.String Gets and sets the property PreferredMaintenanceWindow.

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun
  • mon
  • tue
  • wed
  • thu
  • fri
  • sat

Example: sun:05:00-sun:09:00

Public Property ReplicationGroupId System.String Gets and sets the property ReplicationGroupId.

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

Public Property SecurityGroups System.Collections.Generic.List<Amazon.ElastiCache.Model.SecurityGroupMembership> Gets and sets the property SecurityGroups.

A list of VPC Security Groups associated with the cache cluster.

Public Property SnapshotRetentionLimit System.Int32 Gets and sets the property SnapshotRetentionLimit.

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

ImportantIf the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

Public Property SnapshotWindow System.String Gets and sets the property SnapshotWindow.

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8