Uses of Interface
software.amazon.awscdk.services.rds.IDatabaseProxy
Packages that use IDatabaseProxy
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IDatabaseProxy in software.amazon.awscdk.services.rds
Subinterfaces of IDatabaseProxy in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDatabaseProxy
.Classes in software.amazon.awscdk.services.rds that implement IDatabaseProxyModifier and TypeClassDescriptionclass
RDS Database Proxy.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.rds that return IDatabaseProxyModifier and TypeMethodDescriptionstatic IDatabaseProxy
DatabaseProxy.fromDatabaseProxyAttributes
(software.constructs.Construct scope, String id, DatabaseProxyAttributes attrs) Import an existing database proxy.DatabaseProxyEndpointProps.getDbProxy()
The DB proxy associated with the DB proxy endpoint.final IDatabaseProxy
DatabaseProxyEndpointProps.Jsii$Proxy.getDbProxy()
Methods in software.amazon.awscdk.services.rds with parameters of type IDatabaseProxyModifier and TypeMethodDescriptionDatabaseProxyEndpoint.Builder.dbProxy
(IDatabaseProxy dbProxy) The DB proxy associated with the DB proxy endpoint.DatabaseProxyEndpointProps.Builder.dbProxy
(IDatabaseProxy dbProxy) Sets the value ofDatabaseProxyEndpointProps.getDbProxy()