DbProxy

class DbProxy : KotlinCustomResource

Resource schema for AWS::RDS::DBProxy

Properties

Link copied to clipboard

The authorization mechanism that the proxy uses.

Link copied to clipboard
val dbProxyArn: Output<String>

The Amazon Resource Name (ARN) for the proxy.

Link copied to clipboard
val dbProxyName: Output<String>

The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region.

Link copied to clipboard
val debugLogging: Output<Boolean>?

Whether the proxy includes detailed information about SQL statements in its logs.

Link copied to clipboard
val endpoint: Output<String>

The endpoint that you can use to connect to the proxy. You include the endpoint value in the connection string for a database client application.

Link copied to clipboard

The kinds of databases that the proxy can connect to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val idleClientTimeout: Output<Int>?

The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requireTls: Output<Boolean>?

A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.

Link copied to clipboard
val roleArn: Output<String>

The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.

Link copied to clipboard
val tags: Output<List<Tag>>?

An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

VPC ID to associate with the new DB proxy.

Link copied to clipboard

VPC security group IDs to associate with the new proxy.

Link copied to clipboard
val vpcSubnetIds: Output<List<String>>

VPC subnet IDs to associate with the new proxy.