Node

public struct Node : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Availability Zone (AZ) in which the node has been deployed.

    Declaration

    Swift

    public let availabilityZone: String?
  • 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.

    Declaration

    Swift

    public let endpoint: Endpoint?
  • The date and time (in UNIX epoch format) when the node was launched.

    Declaration

    Swift

    public let nodeCreateTime: TimeStamp?
  • A system-generated identifier for the node.

    Declaration

    Swift

    public let nodeId: String?
  • The current status of the node. For example: available.

    Declaration

    Swift

    public let nodeStatus: String?
  • The status of the parameter group associated with this node. For example, in-sync.

    Declaration

    Swift

    public let parameterGroupStatus: String?
  • Undocumented

    Declaration

    Swift

    public init(availabilityZone: String? = nil, endpoint: Endpoint? = nil, nodeCreateTime: TimeStamp? = nil, nodeId: String? = nil, nodeStatus: String? = nil, parameterGroupStatus: String? = nil)