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.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds with parameters of type IDBParameterGroupRefModifier and TypeMethodDescriptionCfnDBInstanceMixinProps.Builder.dbParameterGroupName(IDBParameterGroupRef dbParameterGroupName) Sets the value ofCfnDBInstanceMixinProps.getDbParameterGroupName()CfnDBInstancePropsMixin.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. -
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
Subinterfaces of IDBParameterGroupRef in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptioninterfaceA parameter group.static interfaceInternal default implementation forIParameterGroup.Classes in software.amazon.awscdk.services.rds that implement IDBParameterGroupRefModifier and TypeClassDescriptionclassTheAWS::RDS::DBParameterGroupresource creates a custom parameter group for an RDS database family.static final classA proxy class which represents a concrete javascript instance of this type.classA parameter group.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()