AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBProxyTarget

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class DBProxyTarget

The DBProxyTarget type exposes the following members

Constructors

NameDescription
Public Method DBProxyTarget()

Properties

NameTypeDescription
Public Property Endpoint System.String

Gets and sets the property Endpoint.

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

Public Property 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.

Public Property 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.

Public Property 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.

Public Property TargetArn System.String

Gets and sets the property TargetArn.

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

Public Property TargetHealth Amazon.RDS.Model.TargetHealth

Gets and sets the property TargetHealth.

Information about the connection health of the RDS Proxy target.

Public Property 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.

Public Property 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.

Version Information

.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