| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxy.Builder |
CfnDBProxy.Builder.auth(IResolvable auth)
The authorization mechanism that the proxy uses.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.auth(List<? extends Object> auth)
The authorization mechanism that the proxy uses.
|
static CfnDBProxy.Builder |
CfnDBProxy.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBProxy.Builder |
CfnDBProxy.Builder.dbProxyName(String dbProxyName)
The identifier for the proxy.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.debugLogging(Boolean debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.debugLogging(IResolvable debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.engineFamily(String engineFamily)
The kinds of databases that the proxy can connect to.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.idleClientTimeout(Number idleClientTimeout)
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.requireTls(Boolean requireTls)
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.requireTls(IResolvable requireTls)
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.tags(List<? extends CfnDBProxy.TagFormatProperty> tags)
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
One or more VPC security group IDs to associate with the new proxy.
|
CfnDBProxy.Builder |
CfnDBProxy.Builder.vpcSubnetIds(List<String> vpcSubnetIds)
One or more VPC subnet IDs to associate with the new proxy.
|
Copyright © 2022. All rights reserved.