Serverless Cache Endpoint Args
data class ServerlessCacheEndpointArgs(val address: Output<String>? = null, val port: Output<String>? = null) : ConvertibleToJava<ServerlessCacheEndpointArgs>
The address and the port.
The address and the port.