RedshiftClusterEndpointArgs

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

Definition of Endpoint

Constructors

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

Properties

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

Property address

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

Property port

Functions

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