MDAA TS Docs
    Preparing search index...

    Interface MdaaEC2VolumeProps

    Properties for creating a Compliance EC2 instance

    interface MdaaEC2VolumeProps {
        autoEnableIo?: boolean;
        availabilityZone: string;
        createOutputs?: boolean;
        createParams?: boolean;
        enableMultiAttach?: boolean;
        encryptionKey: IKey;
        iops?: number;
        naming: IMdaaResourceNaming;
        size?: Size;
        snapshotId?: string;
        volumeName?: string;
        volumeType?: EbsDeviceVolumeType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoEnableIo?: boolean
    availabilityZone: string

    AWS Availability Zone for EBS volume placement enabling zone-specific storage deployment

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    enableMultiAttach?: boolean
    encryptionKey: IKey
    iops?: number

    IOPS provisioning for EBS volume performance optimization enabling high-performance I/O

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    size?: Size

    Size of the EBS volume in GiBs for data storage and processing capacity in analytics environments

    snapshotId?: string
    volumeName?: string
    volumeType?: EbsDeviceVolumeType

    EBS volume type determining performance characteristics and cost optimization for data storage workloads