You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::DBProxyTargetGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_pool_configTypes::ConnectionPoolConfigurationInfo

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

Returns:

#created_dateTime

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

Returns:

  • (Time)

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

#db_proxy_nameString

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

Returns:

  • (String)

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

#is_defaultBoolean

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.

Returns:

  • (Boolean)

    Whether this target group is the first one used for connection requests by the associated proxy.

#statusString

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.

Returns:

  • (String)

    The current status of this target group.

#target_group_arnString

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

Returns:

  • (String)

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

#target_group_nameString

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

Returns:

  • (String)

    The identifier for the target group.

#updated_dateTime

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

Returns:

  • (Time)

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