configurationEndpoint property

Endpoint? configurationEndpoint
final

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.usw2.cache.amazonaws.com:11211

Implementation

final Endpoint? configurationEndpoint;