toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.memorydb.kotlin.outputs
/
ClusterEndpoint
Cluster
Endpoint
data
class
ClusterEndpoint
(
val
address
:
String
?
=
null
,
val
port
:
Int
?
=
null
)
Members
Constructors
Cluster
Endpoint
Link copied to clipboard
constructor
(
address
:
String
?
=
null
,
port
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
The DNS address of the primary read-write node.
port
Link copied to clipboard
val
port
:
Int
?
=
null
The port number that the engine is listening on.