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.
This data type is used as a request parameter in the ModifyDBParameterGroup
and ResetDBParameterGroup
actions.
This data type is used as a response element in the DescribeEngineDefaultParameters
and DescribeDBParameters
actions.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.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. Specifies the valid range of values for the parameter. |
![]() |
ApplyMethod | Amazon.RDS.ApplyMethod |
Gets and sets the property ApplyMethod. Indicates when to apply parameter updates. |
![]() |
ApplyType | System.String |
Gets and sets the property ApplyType. Specifies the engine specific parameters type. |
![]() |
DataType | System.String |
Gets and sets the property DataType. Specifies the valid data type for the parameter. |
![]() |
Description | System.String |
Gets and sets the property Description. Provides 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 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 value. |
![]() |
SupportedEngineModes | System.Collections.Generic.List<System.String> |
Gets and sets the property SupportedEngineModes. The valid DB engine modes. |
.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