DBProxyTarget class

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.

Constructors

DBProxyTarget({String? endpoint, int? port, String? rdsResourceId, String? targetArn, TargetHealth? targetHealth, String? trackedClusterId, TargetType? type})
DBProxyTarget.fromXml(XmlElement elem)
factory

Properties

endpoint String?
The writer endpoint for the RDS DB instance or Aurora DB cluster.
final
hashCode int
The hash code for this object.
no setterinherited
port int?
The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.
final
rdsResourceId String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetArn String?
The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.
final
targetHealth TargetHealth?
Information about the connection health of the RDS Proxy target.
final
trackedClusterId String?
The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.
final
type TargetType?
Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited