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
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 that return IDBParameterGroupRefModifier and TypeMethodDescriptionstatic IDBParameterGroupRefCfnDBParameterGroup.fromDBParameterGroupName(software.constructs.Construct scope, String id, String dbParameterGroupName) Creates a new IDBParameterGroupRef from a dbParameterGroupName.Methods in software.amazon.awscdk.services.rds with parameters of type IDBParameterGroupRefModifier and TypeMethodDescriptionstatic StringCfnDBParameterGroup.arnForDBParameterGroup(IDBParameterGroupRef resource) CfnDBInstance.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()