pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Cluster
Endpoint
Args
Link copied to clipboard
fun
ClusterEndpointArgs
(
address
:
Output
<
String
>
?
=
null
,
port
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ClusterEndpointArgs
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.