AWSRedshiftClusterNode
No description
type AWSRedshiftClusterNode {
role: String!
privateIPAddress: String!
publicIPAddress: String!
}
Fields
AWSRedshiftClusterNode.role ● String! non-null scalar
Describe whether the node is a leader node or a compute node
AWSRedshiftClusterNode.privateIPAddress ● String! non-null scalar
The private IP address of a node within a cluster
AWSRedshiftClusterNode.publicIPAddress ● String! non-null scalar
The public IP address of a node within a cluster
Member of
AWSRedshiftCluster object