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

CacheNode

import type { CacheNode } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface CacheNode {
CacheNodeCreateTime?: Date | number | null;
CacheNodeId?: string | null;
CacheNodeStatus?: string | null;
CustomerAvailabilityZone?: string | null;
CustomerOutpostArn?: string | null;
Endpoint?: Endpoint | null;
ParameterGroupStatus?: string | null;
SourceCacheNodeId?: string | null;
}

§Properties

§
CacheNodeCreateTime?: Date | number | null
[src]
§
CacheNodeId?: string | null
[src]
§
CacheNodeStatus?: string | null
[src]
§
CustomerAvailabilityZone?: string | null
[src]
§
CustomerOutpostArn?: string | null
[src]
§
Endpoint?: Endpoint | null
[src]
§
ParameterGroupStatus?: string | null
[src]
§
SourceCacheNodeId?: string | null
[src]