AWS SDK Version 3 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.

Instantiates CreateCacheParameterGroupRequest with the parameterized properties

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public CreateCacheParameterGroupRequest(
         String cacheParameterGroupName,
         String cacheParameterGroupFamily,
         String description
)

Parameters

cacheParameterGroupName
Type: System.String

A user-specified name for the cache parameter group.

cacheParameterGroupFamily
Type: System.String

The name of the cache parameter group family that the cache parameter group can be used with. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis7

description
Type: System.String

A user-specified description for the cache parameter group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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