DBClusterEndpoint class

This data type represents the information you need to connect to an Amazon Neptune 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 Neptune DB instance endpoints, see Endpoint.

Constructors

DBClusterEndpoint({String? customEndpointType, String? dBClusterEndpointArn, String? dBClusterEndpointIdentifier, String? dBClusterEndpointResourceIdentifier, String? dBClusterIdentifier, String? endpoint, String? endpointType, List<String>? excludedMembers, List<String>? staticMembers, String? status})
DBClusterEndpoint.fromXml(XmlElement elem)
factory

Properties

customEndpointType String?
The type associated with a custom endpoint. One of: READER, WRITER, ANY.
final
dBClusterEndpointArn String?
The Amazon Resource Name (ARN) for the endpoint.
final
dBClusterEndpointIdentifier String?
The identifier associated with the endpoint. This parameter is stored as a lowercase string.
final
dBClusterEndpointResourceIdentifier String?
A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.
final
dBClusterIdentifier String?
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
final
endpoint String?
The DNS address of the endpoint.
final
endpointType String?
The type of the endpoint. One of: READER, WRITER, CUSTOM.
final
excludedMembers List<String>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticMembers List<String>?
List of DB instance identifiers that are part of the custom endpoint group.
final
status String?
The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that cannot be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited