aws-instance-info - v1.0.0
    Preparing search index...

    Interface ElastiCacheNodeDetails

    interface ElastiCacheNodeDetails {
        nodeType: string;
        family: string;
        category: string;
        vCPUs: number | null;
        memoryGiB: number | null;
        networkPerformance: string;
        baselineBandwidthGbps: string | null;
        burstBandwidthGbps: string | null;
    }
    Index

    Properties

    nodeType: string
    family: string
    category: string
    vCPUs: number | null
    memoryGiB: number | null
    networkPerformance: string
    baselineBandwidthGbps: string | null
    burstBandwidthGbps: string | null