AWS SDK Version 2 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.

.NET Framework 3.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class OptionSetting : Object

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 if the option setting is part of a collection.

Public Property IsModifiable System.Boolean Gets and sets the property IsModifiable.

A Boolean value that, when true, indicates 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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1