Uses of Interface
software.amazon.awscdk.interfaces.rds.IDBParameterGroupRef
Packages that use IDBParameterGroupRef
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IDBParameterGroupRef in software.amazon.awscdk.interfaces.rds
Subinterfaces of IDBParameterGroupRef in software.amazon.awscdk.interfaces.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDBParameterGroupRef.Classes in software.amazon.awscdk.interfaces.rds that implement IDBParameterGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDBParameterGroupRef in software.amazon.awscdk.services.rds
Classes in software.amazon.awscdk.services.rds that implement IDBParameterGroupRefModifier and TypeClassDescriptionclassTheAWS::RDS::DBParameterGroupresource creates a custom parameter group for an RDS database family.Methods in software.amazon.awscdk.services.rds with parameters of type IDBParameterGroupRefModifier and TypeMethodDescriptionCfnDBInstance.Builder.dbParameterGroupName(IDBParameterGroupRef dbParameterGroupName) The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.CfnDBInstanceProps.Builder.dbParameterGroupName(IDBParameterGroupRef dbParameterGroupName) Sets the value ofCfnDBInstanceProps.getDbParameterGroupName()