MDAA TS Docs
    Preparing search index...
    interface BlockDeviceProps {
        deviceName: string;
        ebsType?: EbsDeviceVolumeType;
        iops?: number;
        volumeSizeInGb: number;
    }
    Index

    Properties

    deviceName: string

    Device name for block device mapping following AWS EC2 device naming conventions

    ebsType?: EbsDeviceVolumeType

    EBS volume type determining performance characteristics and cost structure for the storage device

    iops?: number

    IOPS (Input/Output Operations Per Second) specification for high-performance EBS volumes

    volumeSizeInGb: number

    EBS volume size in gigabytes determining storage capacity for the block device