DbProxyTarget

Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.

This data type is used as a response element in the DescribeDBProxyTargets action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The writer endpoint for the RDS DB instance or Aurora DB cluster.

Link copied to clipboard
val port: Int?

The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.

Link copied to clipboard

The identifier representing the target. It can be the instance identifier for an RDS DB instance, or the cluster identifier for an Aurora DB cluster.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.

Link copied to clipboard

Information about the connection health of the RDS Proxy target.

Link copied to clipboard

The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.

Link copied to clipboard

Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.

Functions

Link copied to clipboard
inline fun copy(block: DbProxyTarget.Builder.() -> Unit = {}): DbProxyTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String