@Generated(value="software.amazon.awssdk:codegen") public final class DBProxyTargetGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBProxyTargetGroup.Builder,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.
Modifier and Type | Class and Description |
---|---|
static interface |
DBProxyTargetGroup.Builder |
Modifier and Type | Method and Description |
---|---|
static DBProxyTargetGroup.Builder |
builder() |
ConnectionPoolConfigurationInfo |
connectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
|
Instant |
createdDate()
The date and time when the target group was first created.
|
String |
dbProxyName()
The identifier for the RDS proxy associated with this target group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefault()
Whether this target group is the first one used for connection requests by the associated proxy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBProxyTargetGroup.Builder> |
serializableBuilderClass() |
String |
status()
The current status of this target group.
|
String |
targetGroupArn()
The Amazon Resource Name (ARN) representing the target group.
|
String |
targetGroupName()
The identifier for the target group.
|
DBProxyTargetGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedDate()
The date and time when the target group was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String dbProxyName()
The identifier for the RDS proxy associated with this target group.
public final String 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 final String targetGroupArn()
The Amazon Resource Name (ARN) representing the target group.
public final Boolean isDefault()
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
.
true
.public final String 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.
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 final ConnectionPoolConfigurationInfo connectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
public final Instant createdDate()
The date and time when the target group was first created.
public final Instant updatedDate()
The date and time when the target group was last updated.
public DBProxyTargetGroup.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DBProxyTargetGroup.Builder,DBProxyTargetGroup>
public static DBProxyTargetGroup.Builder builder()
public static Class<? extends DBProxyTargetGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.