RDS Database Proxy Endpoint.
import { DatabaseProxyEndpoint } from 'aws-cdk-lib/aws-rds';Or use the module namespace:
import * as rds from 'aws-cdk-lib/aws-rds';
// rds.DatabaseProxyEndpointConfiguration passed to the constructor as DatabaseProxyEndpointProps.
dbProxyRequiredIDBProxyRefThe DB proxy associated with the DB proxy endpoint.
DatabaseProxyEndpointOptionsvpcRequiredinherited from DatabaseProxyEndpointOptionsIVpcThe VPC of the DB proxy endpoint.
dbProxyEndpointNameOptionalinherited from DatabaseProxyEndpointOptionsstringThe name of the DB proxy endpoint.
Default: - a CDK generated name
securityGroupsOptionalinherited from DatabaseProxyEndpointOptionsISecurityGroup[]The VPC security groups to associate with the new proxy endpoint.
Default: - Default security group for the VPC
targetRoleOptionalinherited from DatabaseProxyEndpointOptionsProxyEndpointTargetRoleA value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
Default: - ProxyEndpointTargetRole.READ_WRITE
vpcSubnetsOptionalinherited from DatabaseProxyEndpointOptionsSubnetSelectionThe subnets of DB proxy endpoint.
Default: - the VPC default strategy if not specified.
Everything you need to know about Amazon RDS on one page. HD quality, print-friendly.
Download Free Infographicaws-rds