メインコンテンツまでスキップ

AWSElastiCacheNodeGroup

No description

type AWSElastiCacheNodeGroup {
id: String!
nodeGroupMembers: [AWSElastiCacheNodeGroupMember!]!
primaryEndpoint: AWSElastiCacheEndpoint
readerEndpoint: AWSElastiCacheEndpoint
slots: String!
status: String!
}

Fields

AWSElastiCacheNodeGroup.id ● String! non-null scalar

The identifier for the node group (shard)

AWSElastiCacheNodeGroup.nodeGroupMembers ● [AWSElastiCacheNodeGroupMember!]! non-null object

A list containing information about individual nodes within the node group (shard)

AWSElastiCacheNodeGroup.primaryEndpoint ● AWSElastiCacheEndpoint object

The endpoint of the primary node in this node group (shard)

AWSElastiCacheNodeGroup.readerEndpoint ● AWSElastiCacheEndpoint object

The endpoint of the replica nodes in this node group (shard)

AWSElastiCacheNodeGroup.slots ● String! non-null scalar

The keyspace for this node group (shard)

AWSElastiCacheNodeGroup.status ● String! non-null scalar

The current state of this replication group - creating | available | modifying | deleting

Member of

AWSElastiCacheReplicationGroup object