@Stability(value=Stable) public static final class CfnDBProxyEndpoint.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxyEndpoint>
CfnDBProxyEndpoint.| Modifier and Type | Method and Description |
|---|---|
CfnDBProxyEndpoint |
build() |
static CfnDBProxyEndpoint.Builder |
create(software.constructs.Construct scope,
String id) |
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.
|
@Stability(value=Stable) public static CfnDBProxyEndpoint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDBProxyEndpoint.TagFormatProperty.Builder.@Stability(value=Stable) public CfnDBProxyEndpoint.Builder dbProxyEndpointName(String dbProxyEndpointName)
dbProxyEndpointName - The name of the DB proxy endpoint to create. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpoint.Builder dbProxyName(String dbProxyName)
dbProxyName - The name of the DB proxy associated with the DB proxy endpoint that you create. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpoint.Builder vpcSubnetIds(List<String> vpcSubnetIds)
You can specify a different set of subnet IDs than for the original DB proxy.
vpcSubnetIds - The VPC subnet IDs for the DB proxy endpoint that you create. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpoint.Builder tags(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags)
tags - An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpoint.Builder targetRole(String targetRole)
Valid Values: READ_WRITE | READ_ONLY
targetRole - A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpoint.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint that you create. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpoint build()
build in interface software.amazon.jsii.Builder<CfnDBProxyEndpoint>Copyright © 2022. All rights reserved.