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 ModifyCacheParameterGroupRequest with the parameterized properties

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

Syntax

C#
public ModifyCacheParameterGroupRequest(
         String cacheParameterGroupName,
         List<ParameterNameValue> parameterNameValues
)

Parameters

cacheParameterGroupName
Type: System.String

The name of the cache parameter group to modify.

parameterNameValues
Type: System.Collections.Generic.List<Amazon.ElastiCache.Model.ParameterNameValue>

An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

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