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.
This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:
CreateDBClusterEndpoint
DescribeDBClusterEndpoints
ModifyDBClusterEndpoint
DeleteDBClusterEndpoint
For the data structure that represents Amazon RDS DB instance endpoints, see Endpoint
.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DBClusterEndpoint
The DBClusterEndpoint type exposes the following members
Name | Description | |
---|---|---|
![]() |
DBClusterEndpoint() |
Name | Type | Description | |
---|---|---|---|
![]() |
CustomEndpointType | System.String |
Gets and sets the property CustomEndpointType.
The type associated with a custom endpoint. One of: |
![]() |
DBClusterEndpointArn | System.String |
Gets and sets the property DBClusterEndpointArn. The Amazon Resource Name (ARN) for the endpoint. |
![]() |
DBClusterEndpointIdentifier | System.String |
Gets and sets the property DBClusterEndpointIdentifier. The identifier associated with the endpoint. This parameter is stored as a lowercase string. |
![]() |
DBClusterEndpointResourceIdentifier | System.String |
Gets and sets the property DBClusterEndpointResourceIdentifier. A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint. |
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier. The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string. |
![]() |
Endpoint | System.String |
Gets and sets the property Endpoint. The DNS address of the endpoint. |
![]() |
EndpointType | System.String |
Gets and sets the property EndpointType.
The type of the endpoint. One of: |
![]() |
ExcludedMembers | System.Collections.Generic.List<System.String> |
Gets and sets the property ExcludedMembers. List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty. |
![]() |
StaticMembers | System.Collections.Generic.List<System.String> |
Gets and sets the property StaticMembers. List of DB instance identifiers that are part of the custom endpoint group. |
![]() |
Status | System.String |
Gets and sets the property Status.
The current status of the endpoint. One of: |
.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