class Aws::RDS::Types::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.

@!attribute [rw] target_arn

The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB
cluster.
@return [String]

@!attribute [rw] endpoint

The writer endpoint for the RDS DB instance or Aurora DB cluster.
@return [String]

@!attribute [rw] tracked_cluster_id

The DB cluster identifier when the target represents an Aurora DB
cluster. This field is blank when the target represents an RDS DB
instance.
@return [String]

@!attribute [rw] rds_resource_id

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.
@return [String]

@!attribute [rw] port

The port that the RDS Proxy uses to connect to the target RDS DB
instance or Aurora DB cluster.
@return [Integer]

@!attribute [rw] type

Specifies the kind of database, such as an RDS DB instance or an
Aurora DB cluster, that the target represents.
@return [String]

@!attribute [rw] role

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

@!attribute [rw] target_health

Information about the connection health of the RDS Proxy target.
@return [Types::TargetHealth]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTarget AWS API Documentation

Constants

SENSITIVE