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 settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionSetting

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

Syntax

C#
public class OptionSetting

The OptionSetting type exposes the following members

Constructors

NameDescription
Public Method OptionSetting()

Properties

NameTypeDescription
Public Property AllowedValues System.String

Gets and sets the property AllowedValues.

The allowed values of the option setting.

Public Property ApplyType System.String

Gets and sets the property ApplyType.

The DB engine specific parameter type.

Public Property DataType System.String

Gets and sets the property DataType.

The data type of the option setting.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value of the option setting.

Public Property Description System.String

Gets and sets the property Description.

The description of the option setting.

Public Property IsCollection System.Boolean

Gets and sets the property IsCollection.

Indicates whether the option setting is part of a collection.

Public Property IsModifiable System.Boolean

Gets and sets the property IsModifiable.

Indicates whether the option setting can be modified from the default.

Public Property Name System.String

Gets and sets the property Name.

The name of the option that has settings that you can set.

Public Property Value System.String

Gets and sets the property Value.

The current value of the option setting.

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