pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.memorydb.kotlin.outputs
/
GetClusterClusterEndpoint
Get
Cluster
Cluster
Endpoint
data
class
GetClusterClusterEndpoint
(
val
address
:
String
,
val
port
:
Int
)
Types
Constructors
Properties
Constructors
Get
Cluster
Cluster
Endpoint
Link copied to clipboard
fun
GetClusterClusterEndpoint
(
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.