ClusterEndpointArgs

data class ClusterEndpointArgs(val address: Output<String>? = null, val port: Output<String>? = null) : ConvertibleToJava<ClusterEndpointArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, port: Output<String>? = null)

Properties

Link copied to clipboard
val address: Output<String>? = null

The DNS address of the cluster. This property is read only.

Link copied to clipboard
val port: Output<String>? = null

The port that the database engine is listening on. This property is read only.

Functions

Link copied to clipboard
open override fun toJava(): ClusterEndpointArgs