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 3.5
 
Container for the parameters to the CreateCacheParameterGroup operation. The CreateCacheParameterGroup action creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElastiCache.AmazonElastiCacheRequest
      Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest

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

Syntax

C#
public class CreateCacheParameterGroupRequest : AmazonElastiCacheRequest
         IRequestEvents

The CreateCacheParameterGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateCacheParameterGroupRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CreateCacheParameterGroupRequest(string, string, string) Instantiates CreateCacheParameterGroupRequest with the parameterized properties

Properties

NameTypeDescription
Public Property CacheParameterGroupFamily System.String Gets and sets the property CacheParameterGroupFamily.

The name of the cache parameter group family the cache parameter group can be used with.

Valid values are: memcached1.4 | redis2.6 | redis2.8

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

A user-specified name for the cache parameter group.

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

A user-specified description for the cache parameter group.

Version Information

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

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