Uses of Interface
software.amazon.awscdk.services.rds.DatabaseProxyEndpointAttributes
Packages that use DatabaseProxyEndpointAttributes
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyEndpointAttributes in software.amazon.awscdk.services.rds
Classes in software.amazon.awscdk.services.rds that implement DatabaseProxyEndpointAttributesModifier and TypeClassDescriptionstatic final class
An implementation forDatabaseProxyEndpointAttributes
Methods in software.amazon.awscdk.services.rds that return DatabaseProxyEndpointAttributesModifier and TypeMethodDescriptionDatabaseProxyEndpointAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.rds with parameters of type DatabaseProxyEndpointAttributesModifier and TypeMethodDescriptionstatic IDatabaseProxyEndpoint
DatabaseProxyEndpoint.fromDatabaseProxyEndpointAttributes
(software.constructs.Construct scope, String id, DatabaseProxyEndpointAttributes attrs) Import an existing database proxy endpoint.