AWSElastiCacheNode
No description
type AWSElastiCacheNode {
createdAt: DateTime!
id: String!
status: AWSElastiCacheNodeStatusType!
customerAvailabilityZone: String!
customerOutpostArn: String!
endpoint: AWSElastiCacheEndpoint
parameterGroupStatus: String!
sourceCacheNodeId: String!
}
Fields
AWSElastiCacheNode.createdAt ● DateTime! non-null scalar
The date and time when the cache node was created.
AWSElastiCacheNode.id ● String! non-null scalar
The user-supplied identifier of the node
AWSElastiCacheNode.status ● AWSElastiCacheNodeStatusType! non-null enum
The current state of this cache node
AWSElastiCacheNode.customerAvailabilityZone ● String! non-null scalar
The Availability Zone where the node was created
AWSElastiCacheNode.customerOutpostArn ● String! non-null scalar
The customer outpost ARN of the cache node
AWSElastiCacheNode.endpoint ● AWSElastiCacheEndpoint object
The hostname for connecting to this cache node
AWSElastiCacheNode.parameterGroupStatus ● String! non-null scalar
The status of the parameter group applied to this cache node
AWSElastiCacheNode.sourceCacheNodeId ● String! non-null scalar
The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.
Member of
AWSElastiCacheMemcachedCluster object ● AWSElastiCacheRedisCluster object