Skip to main content

AWSElastiCacheNodeGroupMember

No description

type AWSElastiCacheNodeGroupMember {
cacheClusterId: String!
cacheNodeId: String!
currentRole: String!
preferredAvailabilityZone: String!
preferredOutpostArn: String
readEndpoint: AWSElastiCacheEndpoint
}

Fields

AWSElastiCacheNodeGroupMember.cacheClusterId ● String! non-null scalar

The ID of the cluster to which the node belongs

AWSElastiCacheNodeGroupMember.cacheNodeId ● String! non-null scalar

The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.)

AWSElastiCacheNodeGroupMember.currentRole ● String! non-null scalar

The role that is currently assigned to the node - primary or replica . This member is only applicable for Redis (cluster mode disabled) replication groups

AWSElastiCacheNodeGroupMember.preferredAvailabilityZone ● String! non-null scalar

The name of the Availability Zone in which the node is located

AWSElastiCacheNodeGroupMember.preferredOutpostArn ● String scalar

The outpost ARN of the node group member

AWSElastiCacheNodeGroupMember.readEndpoint ● AWSElastiCacheEndpoint object

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters

Member of

AWSElastiCacheNodeGroup object