Uses of Interface
software.amazon.awscdk.interfaces.rds.IOptionGroupRef
Packages that use IOptionGroupRef
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IOptionGroupRef in software.amazon.awscdk.interfaces.rds
Subinterfaces of IOptionGroupRef in software.amazon.awscdk.interfaces.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOptionGroupRef.Classes in software.amazon.awscdk.interfaces.rds that implement IOptionGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IOptionGroupRef in software.amazon.awscdk.services.rds
Classes in software.amazon.awscdk.services.rds that implement IOptionGroupRefModifier and TypeClassDescriptionclassTheAWS::RDS::OptionGroupresource creates or updates an option group, to enable and configure features that are specific to a particular DB engine.Methods in software.amazon.awscdk.services.rds that return IOptionGroupRefModifier and TypeMethodDescriptionstatic IOptionGroupRefCfnOptionGroup.fromOptionGroupName(software.constructs.Construct scope, String id, String optionGroupName) Creates a new IOptionGroupRef from a optionGroupName.