toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.memorydb.kotlin.inputs
/
ClusterEndpointArgs
Cluster
Endpoint
Args
data
class
ClusterEndpointArgs
(
val
address
:
Output
<
String
>
?
=
null
,
val
port
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
ClusterEndpointArgs
>
Members
Constructors
Cluster
Endpoint
Args
Link copied to clipboard
constructor
(
address
:
Output
<
String
>
?
=
null
,
port
:
Output
<
Int
>
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
Output
<
String
>
?
=
null
The DNS address of the primary read-write node.
port
Link copied to clipboard
val
port
:
Output
<
Int
>
?
=
null
The port number that the engine is listening on.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ClusterEndpointArgs