| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDBProxyEndpoint.TagFormatProperty.Jsii$Proxy
An implementation for
CfnDBProxyEndpoint.TagFormatProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxyEndpoint.TagFormatProperty |
CfnDBProxyEndpoint.TagFormatProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<CfnDBProxyEndpoint.TagFormatProperty> |
CfnDBProxyEndpoint.getTags()
`AWS::RDS::DBProxyEndpoint.Tags`.
|
default List<CfnDBProxyEndpoint.TagFormatProperty> |
CfnDBProxyEndpointProps.getTags()
`AWS::RDS::DBProxyEndpoint.Tags`.
|
List<CfnDBProxyEndpoint.TagFormatProperty> |
CfnDBProxyEndpointProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CfnDBProxyEndpoint.setTags(List<CfnDBProxyEndpoint.TagFormatProperty> value)
`AWS::RDS::DBProxyEndpoint.Tags`.
|
CfnDBProxyEndpoint.Builder |
CfnDBProxyEndpoint.Builder.tags(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags)
`AWS::RDS::DBProxyEndpoint.Tags`.
|
CfnDBProxyEndpointProps.Builder |
CfnDBProxyEndpointProps.Builder.tags(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags)
Sets the value of
CfnDBProxyEndpointProps.getTags() |
| Constructor and Description |
|---|
Jsii$Proxy(String dbProxyEndpointName,
String dbProxyName,
List<String> vpcSubnetIds,
List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags,
String targetRole,
List<String> vpcSecurityGroupIds)
Constructor that initializes the object based on literal property values passed by the
CfnDBProxyEndpointProps.Builder. |
Copyright © 2021. All rights reserved.