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.

Available option.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionGroupOption

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

Syntax

C#
public class OptionGroupOption

The OptionGroupOption type exposes the following members

Constructors

NameDescription
Public Method OptionGroupOption()

Properties

NameTypeDescription
Public Property CopyableCrossAccount System.Boolean

Gets and sets the property CopyableCrossAccount.

Indicates whether the option can be copied across Amazon Web Services accounts.

Public Property DefaultPort System.Int32

Gets and sets the property DefaultPort.

If the option requires a port, specifies the default port for the option.

Public Property Description System.String

Gets and sets the property Description.

The description of the option.

Public Property EngineName System.String

Gets and sets the property EngineName.

The name of the engine that this option can be applied to.

Public Property MajorEngineVersion System.String

Gets and sets the property MajorEngineVersion.

Indicates the major engine version that the option is available for.

Public Property MinimumRequiredMinorEngineVersion System.String

Gets and sets the property MinimumRequiredMinorEngineVersion.

The minimum required engine version for the option to be applied.

Public Property Name System.String

Gets and sets the property Name.

The name of the option.

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

Gets and sets the property OptionGroupOptionSettings.

The option settings that are available (and the default value) for each option in an option group.

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

Gets and sets the property OptionGroupOptionVersions.

The versions that are available for the option.

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

Gets and sets the property OptionsConflictsWith.

The options that conflict with this option.

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

Gets and sets the property OptionsDependedOn.

The options that are prerequisites for this option.

Public Property Permanent System.Boolean

Gets and sets the property Permanent.

Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.

Public Property Persistent System.Boolean

Gets and sets the property Persistent.

Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.

Public Property PortRequired System.Boolean

Gets and sets the property PortRequired.

Indicates whether the option requires a port.

Public Property RequiresAutoMinorEngineVersionUpgrade System.Boolean

Gets and sets the property RequiresAutoMinorEngineVersionUpgrade.

If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.

Public Property SupportsOptionVersionDowngrade System.Boolean

Gets and sets the property SupportsOptionVersionDowngrade.

If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.

Public Property VpcOnly System.Boolean

Gets and sets the property VpcOnly.

If true, you can only use this option with a DB instance that is in a VPC.

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