endpoint

@JvmName(name = "vekcrcrdmulgsovj")
suspend fun endpoint(value: Output<DaxClusterEndpointArgs>)
@JvmName(name = "iahgocohyjyuwhrr")
suspend fun endpoint(value: DaxClusterEndpointArgs?)

Parameters

value

The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.


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

Parameters

argument

The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.