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

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

Syntax

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

Parameters

cacheParameterGroupName
Type: System.String

The name of the cache parameter group to reset.

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

An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

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