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
 
Container for the parameters to the CreateOptionGroup operation. Creates a new option group. You can create up to 20 option groups.

Inheritance Hierarchy

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

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateOptionGroupRequest : AmazonRDSRequest
         IRequestEvents

The CreateOptionGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateOptionGroupRequest()

Properties

NameTypeDescription
Public Property EngineName System.String Gets and sets the property EngineName.

Specifies the name of the engine that this option group should be associated with.

Public Property MajorEngineVersion System.String Gets and sets the property MajorEngineVersion.

Specifies the major version of the engine that this option group should be associated with.

Public Property OptionGroupDescription System.String Gets and sets the property OptionGroupDescription.

The description of the option group.

Public Property OptionGroupName System.String Gets and sets the property OptionGroupName.

Specifies the name of the option group to be created.

Constraints:

  • Must be 1 to 255 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup

Public Property Tags System.Collections.Generic.List<Amazon.RDS.Model.Tag> Gets and sets the property Tags.

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