AWS SDK for .NET Documentation
CreateOptionGroupRequest Class
AmazonAmazon.RDS.ModelCreateOptionGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateOptionGroup operation.

Creates a new option group. You can create up to 20 option groups.

Declaration Syntax
C#
public class CreateOptionGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateOptionGroupRequest()()()()
Initializes a new instance of the CreateOptionGroupRequest class

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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MajorEngineVersion
Specifies the major version of the engine that this option group should be associated with.

OptionGroupDescription
The description of the option group.

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

Tags
A list of tags.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEngineName(String) Obsolete.
Sets the EngineName property

WithMajorEngineVersion(String) Obsolete.
Sets the MajorEngineVersion property

WithOptionGroupDescription(String) Obsolete.
Sets the OptionGroupDescription property

WithOptionGroupName(String) Obsolete.
Sets the OptionGroupName property

WithTags(array<Tag>[]()[][]) Obsolete.
Adds elements to the Tags collection

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Adds elements to the Tags collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateOptionGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)