AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DBProxyTarget
The DBProxyTarget type exposes the following members
Name | Description | |
---|---|---|
![]() |
DBProxyTarget() |
Name | Type | Description | |
---|---|---|---|
![]() |
Endpoint | System.String |
Gets and sets the property Endpoint. The writer endpoint for the RDS DB instance or Aurora DB cluster. |
![]() |
Port | System.Int32 |
Gets and sets the property Port. The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster. |
![]() |
RdsResourceId | System.String |
Gets and sets the property RdsResourceId. 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. |
![]() |
Role | Amazon.RDS.TargetRole |
Gets and sets the property Role. A value that indicates whether the target of the proxy can be used for read/write or read-only operations. |
![]() |
TargetArn | System.String |
Gets and sets the property TargetArn. The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster. |
![]() |
TargetHealth | Amazon.RDS.Model.TargetHealth |
Gets and sets the property TargetHealth. Information about the connection health of the RDS Proxy target. |
![]() |
TrackedClusterId | System.String |
Gets and sets the property TrackedClusterId. The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance. |
![]() |
Type | Amazon.RDS.TargetType |
Gets and sets the property Type. Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5