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 an endpoint associated with a DB proxy. RDS automatically creates one endpoint for each DB proxy. For Aurora DB clusters, you can associate additional endpoints with the same DB proxy. These endpoints can be read/write or read-only. They can also reside in different VPCs than the associated DB proxy.
This data type is used as a response element in the DescribeDBProxyEndpoints
operation.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DBProxyEndpoint
The DBProxyEndpoint type exposes the following members
Name | Description | |
---|---|---|
![]() |
DBProxyEndpoint() |
Name | Type | Description | |
---|---|---|---|
![]() |
CreatedDate | System.DateTime |
Gets and sets the property CreatedDate. The date and time when the DB proxy endpoint was first created. |
![]() |
DBProxyEndpointArn | System.String |
Gets and sets the property DBProxyEndpointArn. The Amazon Resource Name (ARN) for the DB proxy endpoint. |
![]() |
DBProxyEndpointName | System.String |
Gets and sets the property DBProxyEndpointName. The name for the DB proxy endpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens. |
![]() |
DBProxyName | System.String |
Gets and sets the property DBProxyName. The identifier for the DB proxy that is associated with this DB proxy endpoint. |
![]() |
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:
|
![]() |
IsDefault | System.Boolean |
Gets and sets the property IsDefault. Indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only. |
![]() |
Status | Amazon.RDS.DBProxyEndpointStatus |
Gets and sets the property Status.
The current status of this DB proxy endpoint. A status of |
![]() |
TargetRole | Amazon.RDS.DBProxyEndpointTargetRole |
Gets and sets the property TargetRole. A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. Provides the VPC ID of the DB proxy endpoint. |
![]() |
VpcSecurityGroupIds | System.Collections.Generic.List<System.String> |
Gets and sets the property VpcSecurityGroupIds. Provides a list of VPC security groups that the DB proxy endpoint belongs to. |
![]() |
VpcSubnetIds | System.Collections.Generic.List<System.String> |
Gets and sets the property VpcSubnetIds. The EC2 subnet IDs for the DB proxy endpoint. |
.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