DBProxyTargetGroup class
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.
Constructors
- DBProxyTargetGroup({ConnectionPoolConfigurationInfo? connectionPoolConfig, DateTime? createdDate, String? dBProxyName, bool? isDefault, String? status, String? targetGroupArn, String? targetGroupName, DateTime? updatedDate})
- DBProxyTargetGroup.fromXml(XmlElement elem)
-
factory
Properties
- connectionPoolConfig → ConnectionPoolConfigurationInfo?
-
The settings that determine the size and behavior of the connection pool for
the target group.
final
- createdDate → DateTime?
-
The date and time when the target group was first created.
final
- dBProxyName → String?
-
The identifier for the RDS proxy associated with this target group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefault → bool?
-
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
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
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.final - targetGroupArn → String?
-
The Amazon Resource Name (ARN) representing the target group.
final
- targetGroupName → String?
-
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.
final
- updatedDate → DateTime?
-
The date and time when the target group was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited