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.
Describes an individual setting that controls some aspect of ElastiCache behavior.
Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z
public class Parameter
The Parameter type exposes the following members
Name | Description | |
---|---|---|
Parameter() |
Empty constructor used to set properties independently even when a simple constructor is available |
Name | Type | Description | |
---|---|---|---|
AllowedValues | System.String |
Gets and sets the property AllowedValues. The valid range of values for the parameter. |
|
ChangeType | Amazon.ElastiCache.ChangeType |
Gets and sets the property ChangeType. Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster. |
|
DataType | System.String |
Gets and sets the property DataType. The valid data type for the parameter. |
|
Description | System.String |
Gets and sets the property Description. A description of the parameter. |
|
IsModifiable | System.Boolean |
Gets and sets the property IsModifiable.
Indicates whether ( |
|
MinimumEngineVersion | System.String |
Gets and sets the property MinimumEngineVersion. The earliest cache engine version to which the parameter can apply. |
|
ParameterName | System.String |
Gets and sets the property ParameterName. The name of the parameter. |
|
ParameterValue | System.String |
Gets and sets the property ParameterValue. The value of the parameter. |
|
Source | System.String |
Gets and sets the property Source. The source of the parameter. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5