AWSDAXClusterNode
No description
type AWSDAXClusterNode {
availabilityZone: String!
endpoint: AWSDAXClusterEndpoint!
createdAt: DateTime
id: String!
status: String!
parameterGroupStatus: String!
}
Fields
AWSDAXClusterNode.availabilityZone
● String!
non-null scalar
The Availability Zone (AZ) in which the node has been deployed
AWSDAXClusterNode.endpoint
● AWSDAXClusterEndpoint!
non-null object
The endpoint for the node, consisting of a DNS name and a port number
AWSDAXClusterNode.createdAt
● DateTime
scalar
The date and time (in UNIX epoch format) when the node was launched
AWSDAXClusterNode.id
● String!
non-null scalar
A system-generated identifier for the node
AWSDAXClusterNode.status
● String!
non-null scalar
The current status of the node
AWSDAXClusterNode.parameterGroupStatus
● String!
non-null scalar
The status of the parameter group associated with this node
Member of
AWSDAXCluster
object