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 4.5
 
Container for the parameters to the ResetClusterParameterGroup operation. Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to "engine-default". To reset the entire parameter group specify the ResetAllParameters parameter. For parameter changes to take effect you must reboot any associated clusters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Redshift.AmazonRedshiftRequest
      Amazon.Redshift.Model.ResetClusterParameterGroupRequest

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

Syntax

C#
public class ResetClusterParameterGroupRequest : AmazonRedshiftRequest
         IRequestEvents

The ResetClusterParameterGroupRequest type exposes the following members

Constructors

Properties

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

The name of the cluster parameter group to be reset.

Public Property Parameters System.Collections.Generic.List<Amazon.Redshift.Model.Parameter> Gets and sets the property Parameters.

An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

Constraints: A maximum of 20 parameters can be reset in a single request.

Public Property ResetAllParameters System.Boolean Gets and sets the property ResetAllParameters.

If true, all parameters in the specified parameter group will be reset to their default values.

Default: true

Version Information

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

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