@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.962Z") @Stability(value=Stable) public interface CfnDBProxyEndpointProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull List<String> getVpcSubnetIds()
@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) static CfnDBProxyEndpointProps.Builder builder()
CfnDBProxyEndpointProps.Builder of CfnDBProxyEndpointPropsCopyright © 2021. All rights reserved.