AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The data structure representing a proxy managed by the RDS Proxy.
This data type is used as a response element in the DescribeDBProxies
action.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DBProxy
The DBProxy type exposes the following members
Name | Description | |
---|---|---|
![]() |
DBProxy() |
Name | Type | Description | |
---|---|---|---|
![]() |
Auth | System.Collections.Generic.List<Amazon.RDS.Model.UserAuthConfigInfo> |
Gets and sets the property Auth. One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster. |
![]() |
CreatedDate | System.DateTime |
Gets and sets the property CreatedDate. The date and time when the proxy was first created. |
![]() |
DBProxyArn | System.String |
Gets and sets the property DBProxyArn. The Amazon Resource Name (ARN) for the proxy. |
![]() |
DBProxyName | System.String |
Gets and sets the property 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. |
![]() |
DebugLogging | System.Boolean |
Gets and sets the property DebugLogging.
Specifies whether the proxy logs detailed connection and query information. When you
enable |
![]() |
Endpoint | System.String |
Gets and sets the property 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. |
![]() |
EndpointNetworkType | Amazon.RDS.EndpointNetworkType |
Gets and sets the property EndpointNetworkType. The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports. Valid values:
|
![]() |
EngineFamily | System.String |
Gets and sets the property 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. |
![]() |
IdleClientTimeout | System.Int32 |
Gets and sets the property 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 |
![]() |
RequireTLS | System.Boolean |
Gets and sets the property RequireTLS. Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy. |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn. The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager. |
![]() |
Status | Amazon.RDS.DBProxyStatus |
Gets and sets the property Status.
The current status of this proxy. A status of |
![]() |
TargetConnectionNetworkType | Amazon.RDS.TargetConnectionNetworkType |
Gets and sets the property 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:
|
![]() |
UpdatedDate | System.DateTime |
Gets and sets the property UpdatedDate. The date and time when the proxy was last updated. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. Provides the VPC ID of the DB proxy. |
![]() |
VpcSecurityGroupIds | System.Collections.Generic.List<System.String> |
Gets and sets the property VpcSecurityGroupIds. Provides a list of VPC security groups that the proxy belongs to. |
![]() |
VpcSubnetIds | System.Collections.Generic.List<System.String> |
Gets and sets the property VpcSubnetIds. The EC2 subnet IDs for the proxy. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5