Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NodeGroup

import type { NodeGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface NodeGroup {
NodeGroupId?: string | null;
NodeGroupMembers: NodeGroupMember[];
PrimaryEndpoint?: Endpoint | null;
ReaderEndpoint?: Endpoint | null;
Slots?: string | null;
Status?: string | null;
}

§Properties

§
NodeGroupId?: string | null
[src]
§
NodeGroupMembers: NodeGroupMember[]
[src]
§
PrimaryEndpoint?: Endpoint | null
[src]
§
ReaderEndpoint?: Endpoint | null
[src]
§
Slots?: string | null
[src]
§
Status?: string | null
[src]