Uses of Class
software.amazon.awscdk.services.rds.DatabaseProxyEndpoint.Builder
Packages that use DatabaseProxyEndpoint.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyEndpoint.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseProxyEndpoint.BuilderModifier and TypeMethodDescriptionDatabaseProxyEndpoint.Builder.dbProxy
(IDatabaseProxy dbProxy) The DB proxy associated with the DB proxy endpoint.DatabaseProxyEndpoint.Builder.dbProxyEndpointName
(String dbProxyEndpointName) The name of the DB proxy endpoint.DatabaseProxyEndpoint.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) The VPC security groups to associate with the new proxy endpoint.DatabaseProxyEndpoint.Builder.targetRole
(ProxyEndpointTargetRole targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.The VPC of the DB proxy endpoint.DatabaseProxyEndpoint.Builder.vpcSubnets
(SubnetSelection vpcSubnets) The subnets of DB proxy endpoint.