aws-instance-info - v0.2.1
    Preparing search index...

    Interface ElastiCacheNodeDetails

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

    Properties

    vCPUs: number | null
    memoryGiB: number | null
    networkPerformance: string
    baselineBandwidthGbps: string | null
    burstBandwidthGbps: string | null