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