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.

Container for the parameters to the CreateParameterGroup operation. Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DAX.AmazonDAXRequest
      Amazon.DAX.Model.CreateParameterGroupRequest

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

Syntax

C#
public class CreateParameterGroupRequest : AmazonDAXRequest
         IAmazonWebServiceRequest

The CreateParameterGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description of the parameter group.

Public Property ParameterGroupName System.String

Gets and sets the property ParameterGroupName.

The name of the parameter group to apply to all of the clusters in this replication 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