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.

Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionGroupOptionSetting

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

Syntax

C#
public class OptionGroupOptionSetting

The OptionGroupOptionSetting type exposes the following members

Constructors

NameDescription
Public Method OptionGroupOptionSetting()

Properties

NameTypeDescription
Public Property AllowedValues System.String

Gets and sets the property AllowedValues.

Indicates the acceptable values for the option group option.

Public Property ApplyType System.String

Gets and sets the property ApplyType.

The DB engine specific parameter type for the option group option.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value for the option group option.

Public Property IsModifiable System.Boolean

Gets and sets the property IsModifiable.

Indicates whether this option group option can be changed from the default value.

Public Property IsRequired System.Boolean

Gets and sets the property IsRequired.

Indicates whether a value must be specified for this option setting of the option group option.

Public Property MinimumEngineVersionPerAllowedValue System.Collections.Generic.List<Amazon.RDS.Model.MinimumEngineVersionPerAllowedValue>

Gets and sets the property MinimumEngineVersionPerAllowedValue.

The minimum DB engine version required for the corresponding allowed value for this option setting.

Public Property SettingDescription System.String

Gets and sets the property SettingDescription.

The description of the option group option.

Public Property SettingName System.String

Gets and sets the property SettingName.

The name of the option group option.

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