DbProxyEndpoint

class DbProxyEndpoint : KotlinCustomResource

Resource schema for AWS::RDS::DBProxyEndpoint.

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the DB proxy endpoint.

Link copied to clipboard

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

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 endpoint: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val isDefault: Output<Boolean>

A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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 DB proxy endpoint.

Link copied to clipboard

A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.

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 endpoint.

Link copied to clipboard

VPC security group IDs to associate with the new DB proxy endpoint.

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

VPC subnet IDs to associate with the new DB proxy endpoint.