toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.memorydb.kotlin.outputs
/
GetClusterClusterEndpoint
Get
Cluster
Cluster
Endpoint
data
class
GetClusterClusterEndpoint
(
val
address
:
String
,
val
port
:
Int
)
Members
Constructors
Get
Cluster
Cluster
Endpoint
Link copied to clipboard
constructor
(
address
:
String
,
port
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
DNS hostname of the node.
port
Link copied to clipboard
val
port
:
Int
Port number that this node is listening on.