Container for the parameters to the CreateCacheParameterGroup operation.
The CreateCacheParameterGroup operation 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.

C# |
public class CreateCacheParameterGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateCacheParameterGroupRequest()()()() | Initializes a new instance of the CreateCacheParameterGroupRequest class |
![]() | 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 |
![]() | CacheParameterGroupName |
A user-specified name for the cache parameter group.
|
![]() | Description |
A user-specified description for the cache parameter group.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCacheParameterGroupFamily(String) | Obsolete.
Sets the CacheParameterGroupFamily property
|
![]() | WithCacheParameterGroupName(String) | Obsolete.
Sets the CacheParameterGroupName property
|
![]() | WithDescription(String) | Obsolete.
Sets the Description property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateCacheParameterGroupRequest |