Uses of Interface
software.amazon.awscdk.services.rds.IDatabaseProxyEndpoint
Packages that use IDatabaseProxyEndpoint
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IDatabaseProxyEndpoint in software.amazon.awscdk.services.rds
Subinterfaces of IDatabaseProxyEndpoint in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDatabaseProxyEndpoint
.Classes in software.amazon.awscdk.services.rds that implement IDatabaseProxyEndpointModifier and TypeClassDescriptionclass
RDS Database Proxy Endpoint.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.rds that return IDatabaseProxyEndpointModifier and TypeMethodDescriptionDatabaseProxy.addEndpoint
(String id) Add an Endpoint to this DB Proxy.DatabaseProxy.addEndpoint
(String id, DatabaseProxyEndpointOptions options) Add an Endpoint to this DB Proxy.static IDatabaseProxyEndpoint
DatabaseProxyEndpoint.fromDatabaseProxyEndpointAttributes
(software.constructs.Construct scope, String id, DatabaseProxyEndpointAttributes attrs) Import an existing database proxy endpoint.