Endpoint class

Network information for accessing a cluster or instance. Client programs must specify a valid endpoint to access these Amazon DocumentDB resources.

Constructors

Endpoint({String? address, String? hostedZoneId, int? port})
Endpoint.fromXml(XmlElement elem)
factory

Properties

address String?
Specifies the DNS address of the instance.
final
hashCode int
The hash code for this object.
no setterinherited
hostedZoneId String?
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
final
port int?
Specifies the port that the database engine is listening on.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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