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.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionGroup

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

Syntax

C#
public class OptionGroup

The OptionGroup type exposes the following members

Constructors

NameDescription
Public Method OptionGroup()

Properties

NameTypeDescription
Public Property AllowsVpcAndNonVpcInstanceMemberships System.Boolean

Gets and sets the property AllowsVpcAndNonVpcInstanceMemberships.

Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

Public Property CopyTimestamp System.DateTime

Gets and sets the property CopyTimestamp.

Indicates when the option group was copied.

Public Property EngineName System.String

Gets and sets the property EngineName.

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

Public Property MajorEngineVersion System.String

Gets and sets the property MajorEngineVersion.

Indicates the major engine version associated with this option group.

Public Property OptionGroupArn System.String

Gets and sets the property OptionGroupArn.

Specifies the Amazon Resource Name (ARN) for the option group.

Public Property OptionGroupDescription System.String

Gets and sets the property OptionGroupDescription.

Provides a description of the option group.

Public Property OptionGroupName System.String

Gets and sets the property OptionGroupName.

Specifies the name of the option group.

Public Property Options System.Collections.Generic.List<Amazon.RDS.Model.Option>

Gets and sets the property Options.

Indicates what options are available in the option group.

Public Property SourceAccountId System.String

Gets and sets the property SourceAccountId.

Specifies the Amazon Web Services account ID for the option group from which this option group is copied.

Public Property SourceOptionGroup System.String

Gets and sets the property SourceOptionGroup.

Specifies the name of the option group from which this option group is copied.

Public Property VpcId System.String

Gets and sets the property VpcId.

If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

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