Class DBProxy
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DBProxy.Builder,
DBProxy>
The data structure representing a proxy managed by the RDS Proxy.
This data type is used as a response element in the DescribeDBProxies
action.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal List
<UserAuthConfigInfo> auth()
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.static DBProxy.Builder
builder()
final Instant
The date and time when the proxy was first created.final String
The Amazon Resource Name (ARN) for the proxy.final String
The identifier for the proxy.final Boolean
Specifies whether the proxy logs detailed connection and query information.final String
endpoint()
The endpoint that you can use to connect to the DB proxy.final EndpointNetworkType
The network type of the DB proxy endpoint.final String
The network type of the DB proxy endpoint.final String
The kinds of databases that the proxy can connect to.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final boolean
hasAuth()
For responses, this returns true if the service returned a value for the Auth property.final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the VpcSecurityGroupIds property.final boolean
For responses, this returns true if the service returned a value for the VpcSubnetIds property.final Integer
The number of seconds a connection to the proxy can have no activity before the proxy drops the client connection.final Boolean
Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.final String
roleArn()
The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.static Class
<? extends DBProxy.Builder> final DBProxyStatus
status()
The current status of this proxy.final String
The current status of this proxy.The network type that the proxy uses to connect to the target database.final String
The network type that the proxy uses to connect to the target database.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Instant
The date and time when the proxy was last updated.final String
vpcId()
Provides the VPC ID of the DB proxy.Provides a list of VPC security groups that the proxy belongs to.The EC2 subnet IDs for the proxy.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dbProxyName
The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.
- Returns:
- The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.
-
dbProxyArn
The Amazon Resource Name (ARN) for the proxy.
- Returns:
- The Amazon Resource Name (ARN) for the proxy.
-
status
The current status of this proxy. A status of
available
means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue.If the service returns an enum value that is not available in the current SDK version,
status
will returnDBProxyStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of this proxy. A status of
available
means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue. - See Also:
-
statusAsString
The current status of this proxy. A status of
available
means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue.If the service returns an enum value that is not available in the current SDK version,
status
will returnDBProxyStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of this proxy. A status of
available
means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue. - See Also:
-
engineFamily
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database.
MYSQL
supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases.POSTGRESQL
supports Aurora PostgreSQL and RDS for PostgreSQL databases.SQLSERVER
supports RDS for Microsoft SQL Server databases.- Returns:
- The kinds of databases that the proxy can connect to. This value determines which database network
protocol the proxy recognizes when it interprets network traffic to and from the database.
MYSQL
supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases.POSTGRESQL
supports Aurora PostgreSQL and RDS for PostgreSQL databases.SQLSERVER
supports RDS for Microsoft SQL Server databases.
-
vpcId
Provides the VPC ID of the DB proxy.
- Returns:
- Provides the VPC ID of the DB proxy.
-
hasVpcSecurityGroupIds
public final boolean hasVpcSecurityGroupIds()For responses, this returns true if the service returned a value for the VpcSecurityGroupIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
vpcSecurityGroupIds
Provides a list of VPC security groups that the proxy belongs to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasVpcSecurityGroupIds()
method.- Returns:
- Provides a list of VPC security groups that the proxy belongs to.
-
hasVpcSubnetIds
public final boolean hasVpcSubnetIds()For responses, this returns true if the service returned a value for the VpcSubnetIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
vpcSubnetIds
The EC2 subnet IDs for the proxy.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasVpcSubnetIds()
method.- Returns:
- The EC2 subnet IDs for the proxy.
-
hasAuth
public final boolean hasAuth()For responses, this returns true if the service returned a value for the Auth property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
auth
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAuth()
method.- Returns:
- One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.
-
roleArn
The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.
- Returns:
- The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.
-
endpoint
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- Returns:
- The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
-
requireTLS
Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
- Returns:
- Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
-
idleClientTimeout
The number of seconds a connection to the proxy can have no activity before the proxy drops the client connection. The proxy keeps the underlying database connection open and puts it back into the connection pool for reuse by later connection requests.
Default: 1800 (30 minutes)
Constraints: 1 to 28,800
- Returns:
- The number of seconds a connection to the proxy can have no activity before the proxy drops the client
connection. The proxy keeps the underlying database connection open and puts it back into the connection
pool for reuse by later connection requests.
Default: 1800 (30 minutes)
Constraints: 1 to 28,800
-
debugLogging
Specifies whether the proxy logs detailed connection and query information. When you enable
DebugLogging
, the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.- Returns:
- Specifies whether the proxy logs detailed connection and query information. When you enable
DebugLogging
, the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
-
createdDate
The date and time when the proxy was first created.
- Returns:
- The date and time when the proxy was first created.
-
updatedDate
The date and time when the proxy was last updated.
- Returns:
- The date and time when the proxy was last updated.
-
endpointNetworkType
The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
Valid values:
-
IPV4
- The proxy endpoint supports IPv4 only. -
IPV6
- The proxy endpoint supports IPv6 only. -
DUAL
- The proxy endpoint supports both IPv4 and IPv6.
If the service returns an enum value that is not available in the current SDK version,
endpointNetworkType
will returnEndpointNetworkType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromendpointNetworkTypeAsString()
.- Returns:
- The network type of the DB proxy endpoint. The network type determines the IP version that the proxy
endpoint supports.
Valid values:
-
IPV4
- The proxy endpoint supports IPv4 only. -
IPV6
- The proxy endpoint supports IPv6 only. -
DUAL
- The proxy endpoint supports both IPv4 and IPv6.
-
- See Also:
-
-
endpointNetworkTypeAsString
The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
Valid values:
-
IPV4
- The proxy endpoint supports IPv4 only. -
IPV6
- The proxy endpoint supports IPv6 only. -
DUAL
- The proxy endpoint supports both IPv4 and IPv6.
If the service returns an enum value that is not available in the current SDK version,
endpointNetworkType
will returnEndpointNetworkType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromendpointNetworkTypeAsString()
.- Returns:
- The network type of the DB proxy endpoint. The network type determines the IP version that the proxy
endpoint supports.
Valid values:
-
IPV4
- The proxy endpoint supports IPv4 only. -
IPV6
- The proxy endpoint supports IPv6 only. -
DUAL
- The proxy endpoint supports both IPv4 and IPv6.
-
- See Also:
-
-
targetConnectionNetworkType
The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.
Valid values:
-
IPV4
- The proxy connects to the database using IPv4 only. -
IPV6
- The proxy connects to the database using IPv6 only.
If the service returns an enum value that is not available in the current SDK version,
targetConnectionNetworkType
will returnTargetConnectionNetworkType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtargetConnectionNetworkTypeAsString()
.- Returns:
- The network type that the proxy uses to connect to the target database. The network type determines the
IP version that the proxy uses for connections to the database.
Valid values:
-
IPV4
- The proxy connects to the database using IPv4 only. -
IPV6
- The proxy connects to the database using IPv6 only.
-
- See Also:
-
-
targetConnectionNetworkTypeAsString
The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.
Valid values:
-
IPV4
- The proxy connects to the database using IPv4 only. -
IPV6
- The proxy connects to the database using IPv6 only.
If the service returns an enum value that is not available in the current SDK version,
targetConnectionNetworkType
will returnTargetConnectionNetworkType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtargetConnectionNetworkTypeAsString()
.- Returns:
- The network type that the proxy uses to connect to the target database. The network type determines the
IP version that the proxy uses for connections to the database.
Valid values:
-
IPV4
- The proxy connects to the database using IPv4 only. -
IPV6
- The proxy connects to the database using IPv6 only.
-
- See Also:
-
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<DBProxy.Builder,
DBProxy> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-