clusterDiscoveryEndpoint

@JvmName(name = "wxidoacqgblwhprs")
suspend fun clusterDiscoveryEndpoint(value: Output<DaxClusterEndpointArgs>)
@JvmName(name = "aylbfkcchvkbpxqa")
suspend fun clusterDiscoveryEndpoint(value: DaxClusterEndpointArgs?)

Parameters

value

The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL. Applications should use the URL to configure the DAX client to find their cluster.


@JvmName(name = "efepjfnmnsdblosm")
suspend fun clusterDiscoveryEndpoint(argument: suspend DaxClusterEndpointArgsBuilder.() -> Unit)

Parameters

argument

The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL. Applications should use the URL to configure the DAX client to find their cluster.