@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.566Z") @Stability(value=Stable) public interface CfnDBProxyEndpointProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
CfnDBProxyEndpointProps cfnDBProxyEndpointProps = CfnDBProxyEndpointProps.builder()
.dbProxyEndpointName("dbProxyEndpointName")
.dbProxyName("dbProxyName")
.vpcSubnetIds(List.of("vpcSubnetIds"))
// the properties below are optional
.tags(List.of(TagFormatProperty.builder()
.key("key")
.value("value")
.build()))
.targetRole("targetRole")
.vpcSecurityGroupIds(List.of("vpcSecurityGroupIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBProxyEndpointProps.Builder
A builder for
CfnDBProxyEndpointProps |
static class |
CfnDBProxyEndpointProps.Jsii$Proxy
An implementation for
CfnDBProxyEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBProxyEndpointProps.Builder |
builder() |
String |
getDbProxyEndpointName()
`AWS::RDS::DBProxyEndpoint.DBProxyEndpointName`.
|
String |
getDbProxyName()
`AWS::RDS::DBProxyEndpoint.DBProxyName`.
|
default List<CfnDBProxyEndpoint.TagFormatProperty> |
getTags()
`AWS::RDS::DBProxyEndpoint.Tags`.
|
default String |
getTargetRole()
`AWS::RDS::DBProxyEndpoint.TargetRole`.
|
default List<String> |
getVpcSecurityGroupIds()
`AWS::RDS::DBProxyEndpoint.VpcSecurityGroupIds`.
|
List<String> |
getVpcSubnetIds()
`AWS::RDS::DBProxyEndpoint.VpcSubnetIds`.
|
@Stability(value=Stable) @NotNull String getDbProxyEndpointName()
@Stability(value=Stable) @NotNull String getDbProxyName()
@Stability(value=Stable) @Nullable default List<CfnDBProxyEndpoint.TagFormatProperty> getTags()
@Stability(value=Stable) @Nullable default String getTargetRole()
@Stability(value=Stable) @Nullable default List<String> getVpcSecurityGroupIds()
@Stability(value=Stable) @NotNull List<String> getVpcSubnetIds()
@Stability(value=Stable) static CfnDBProxyEndpointProps.Builder builder()
CfnDBProxyEndpointProps.Builder of CfnDBProxyEndpointPropsCopyright © 2021. All rights reserved.