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.

Represents a set of RDS DB instances, Aurora DB clusters, or both that a proxy can connect to. Currently, each target group is associated with exactly one RDS DB instance or Aurora DB cluster.

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

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBProxyTargetGroup

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

Syntax

C#
public class DBProxyTargetGroup

The DBProxyTargetGroup type exposes the following members

Constructors

NameDescription
Public Method DBProxyTargetGroup()

Properties

NameTypeDescription
Public Property ConnectionPoolConfig Amazon.RDS.Model.ConnectionPoolConfigurationInfo

Gets and sets the property ConnectionPoolConfig.

The settings that determine the size and behavior of the connection pool for the target group.

Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The date and time when the target group was first created.

Public Property DBProxyName System.String

Gets and sets the property DBProxyName.

The identifier for the RDS proxy associated with this target group.

Public Property IsDefault System.Boolean

Gets and sets the property IsDefault.

Indicates whether this target group is the first one used for connection requests by the associated proxy. Because each proxy is currently associated with a single target group, currently this setting is always true.

Public Property Status System.String

Gets and sets the property Status.

The current status of this target group. A status of available means the target group is correctly associated with a database. Other values indicate that you must wait for the target group to be ready, or take some action to resolve an issue.

Public Property TargetGroupArn System.String

Gets and sets the property TargetGroupArn.

The Amazon Resource Name (ARN) representing the target group.

Public Property TargetGroupName System.String

Gets and sets the property TargetGroupName.

The identifier for the target group. This name must be unique for all target groups owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Public Property UpdatedDate System.DateTime

Gets and sets the property UpdatedDate.

The date and time when the target group was last updated.

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