Uses of Class
software.amazon.awscdk.services.rds.CfnDBProxyEndpoint.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBProxyEndpoint.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic CfnDBProxyEndpoint.Builder
CfnDBProxyEndpoint.Builder.dbProxyEndpointName
(String dbProxyEndpointName) The name of the DB proxy endpoint to create.CfnDBProxyEndpoint.Builder.dbProxyName
(String dbProxyName) The name of the DB proxy associated with the DB proxy endpoint that you create.CfnDBProxyEndpoint.Builder.tags
(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags) An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.CfnDBProxyEndpoint.Builder.targetRole
(String targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.CfnDBProxyEndpoint.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) The VPC security group IDs for the DB proxy endpoint that you create.CfnDBProxyEndpoint.Builder.vpcSubnetIds
(List<String> vpcSubnetIds) The VPC subnet IDs for the DB proxy endpoint that you create.