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.

Container for the parameters to the ModifyOptionGroup operation. Modifies an existing option group.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.RDS.AmazonRDSRequest
      Amazon.RDS.Model.ModifyOptionGroupRequest

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

Syntax

C#
public class ModifyOptionGroupRequest : AmazonRDSRequest
         IAmazonWebServiceRequest

The ModifyOptionGroupRequest type exposes the following members

Constructors

NameDescription
Public Method ModifyOptionGroupRequest()

Properties

NameTypeDescription
Public Property ApplyImmediately System.Boolean

Gets and sets the property ApplyImmediately.

Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.

Public Property OptionGroupName System.String

Gets and sets the property OptionGroupName.

The name of the option group to be modified.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance

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

Gets and sets the property OptionsToInclude.

Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

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

Gets and sets the property OptionsToRemove.

Options in this list are removed from the option group.

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