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.

A list of all available options

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionConfiguration

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

Syntax

C#
public class OptionConfiguration

The OptionConfiguration type exposes the following members

Constructors

NameDescription
Public Method OptionConfiguration()

Properties

NameTypeDescription
Public Property DBSecurityGroupMemberships System.Collections.Generic.List<System.String>

Gets and sets the property DBSecurityGroupMemberships.

A list of DBSecurityGroupMembership name strings used for this option.

Public Property OptionName System.String

Gets and sets the property OptionName.

The configuration of options to include in a group.

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

Gets and sets the property OptionSettings.

The option settings to include in an option group.

Public Property OptionVersion System.String

Gets and sets the property OptionVersion.

The version for the option.

Public Property Port System.Int32

Gets and sets the property Port.

The optional port for the option.

Public Property VpcSecurityGroupMemberships System.Collections.Generic.List<System.String>

Gets and sets the property VpcSecurityGroupMemberships.

A list of VpcSecurityGroupMembership name strings used for this 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