@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface EbsVolumeMapping

    interface EbsVolumeMapping {
        deleteOnTermination?: boolean;
        encrypted?: boolean;
        iops?: number;
        kmsKeyId?: string;
        outpostArn?: string;
        snapshotId?: string;
        throughput?: number;
        volumeSize?: string;
        volumeType?: EbsDeviceVolumeType;
    }
    Index

    Properties

    deleteOnTermination?: boolean
    encrypted?: boolean
    iops?: number
    kmsKeyId?: string
    outpostArn?: string
    snapshotId?: string
    throughput?: number
    volumeSize?: string
    volumeType?: EbsDeviceVolumeType