Show / Hide Table of Contents

Interface IOptionGroup

An option group.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOptionGroup : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IOptionGroup Inherits IResource, IConstruct, IDependable

Synopsis

Properties

OptionGroupName

The name of the option group.

Methods

AddConfiguration(IOptionConfiguration)

Adds a configuration to this OptionGroup.

Properties

OptionGroupName

The name of the option group.

string OptionGroupName { get; }
Property Value

string

Remarks

Attribute: true

Methods

AddConfiguration(IOptionConfiguration)

Adds a configuration to this OptionGroup.

bool AddConfiguration(IOptionConfiguration configuration)
Parameters
configuration IOptionConfiguration
Returns

bool

true if the OptionConfiguration was successfully added.

Remarks

This method is a no-op for an imported OptionGroup.

Back to top Generated by DocFX