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

Syntax

C#
public class ModifyOptionGroupRequest : AmazonRDSRequest
         IRequestEvents

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.

Indicates whether the changes should be applied 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, cannot be removed from an option group, and that option group cannot 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 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