class Aws::RDS::Types::DBProxyTargetGroup

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.

@!attribute [rw] db_proxy_name

The identifier for the RDS proxy associated with this target group.
@return [String]

@!attribute [rw] target_group_name

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

@!attribute [rw] target_group_arn

The Amazon Resource Name (ARN) representing the target group.
@return [String]

@!attribute [rw] is_default

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

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

@!attribute [rw] connection_pool_config

The settings that determine the size and behavior of the connection
pool for the target group.
@return [Types::ConnectionPoolConfigurationInfo]

@!attribute [rw] created_date

The date and time when the target group was first created.
@return [Time]

@!attribute [rw] updated_date

The date and time when the target group was last updated.
@return [Time]

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

Constants

SENSITIVE