NodeArgs

data class NodeArgs(val availabilityZone: Output<String>? = null, val endpoint: Output<DaxClusterEndpointArgs>? = null, val nodeCreateTime: Output<String>? = null, val nodeId: Output<String>? = null, val nodeStatus: Output<String>? = null, val parameterGroupStatus: Output<String>? = null) : ConvertibleToJava<NodeArgs>

Definition of Node

Constructors

Link copied to clipboard
constructor(availabilityZone: Output<String>? = null, endpoint: Output<DaxClusterEndpointArgs>? = null, nodeCreateTime: Output<String>? = null, nodeId: Output<String>? = null, nodeStatus: Output<String>? = null, parameterGroupStatus: Output<String>? = null)

Properties

Link copied to clipboard
val availabilityZone: Output<String>? = null

The Availability Zone (AZ) in which the node has been deployed.

Link copied to clipboard
val endpoint: Output<DaxClusterEndpointArgs>? = null

The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

Link copied to clipboard
val nodeCreateTime: Output<String>? = null

The date and time (in UNIX epoch format) when the node was launched.

Link copied to clipboard
val nodeId: Output<String>? = null

A system-generated identifier for the node.

Link copied to clipboard
val nodeStatus: Output<String>? = null

The current status of the node. For example: available.

Link copied to clipboard
val parameterGroupStatus: Output<String>? = null

The status of the parameter group associated with this node. For example, in-sync.

Functions

Link copied to clipboard
open override fun toJava(): NodeArgs