| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDBProxyEndpoint.Builder |
CfnDBProxyEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBProxyEndpoint.Builder |
CfnDBProxyEndpoint.Builder.dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy endpoint to create.
|
CfnDBProxyEndpoint.Builder |
CfnDBProxyEndpoint.Builder.dbProxyName(String dbProxyName)
The name of the DB proxy associated with the DB proxy endpoint that you create.
|
CfnDBProxyEndpoint.Builder |
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 |
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 |
CfnDBProxyEndpoint.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CfnDBProxyEndpoint.Builder |
CfnDBProxyEndpoint.Builder.vpcSubnetIds(List<String> vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
Copyright © 2022. All rights reserved.