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.
Container for the parameters to the CreateDBProxyEndpoint operation.
Creates a DBProxyEndpoint
. Only applies to proxies that are associated with
Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only
access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy
through a different VPC than the proxy's default VPC.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class CreateDBProxyEndpointRequest : AmazonRDSRequest IAmazonWebServiceRequest
The CreateDBProxyEndpointRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateDBProxyEndpointRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBProxyEndpointName | System.String |
Gets and sets the property DBProxyEndpointName. The name of the DB proxy endpoint to create. |
![]() |
DBProxyName | System.String |
Gets and sets the property DBProxyName. The name of the DB proxy associated with the DB proxy endpoint that you create. |
![]() |
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:
Default: Constraints:
|
![]() |
Tags | System.Collections.Generic.List<Amazon.RDS.Model.Tag> |
Gets and sets the property Tags. |
![]() |
TargetRole | Amazon.RDS.DBProxyEndpointTargetRole |
Gets and sets the property TargetRole.
The role of the DB proxy endpoint. The role determines whether the endpoint can be
used for read/write or only read operations. The default is |
![]() |
VpcSecurityGroupIds | System.Collections.Generic.List<System.String> |
Gets and sets the property VpcSecurityGroupIds. The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC. |
![]() |
VpcSubnetIds | System.Collections.Generic.List<System.String> |
Gets and sets the property VpcSubnetIds. The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB 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