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

    Interface EC2SecuritySpec

    interface EC2SecuritySpec {
        ebsEncryption: boolean;
        instanceStoreEncryption: string | boolean | null;
        encryptionInTransit: boolean;
        amdSEVSNP: boolean;
        nitroTPM: boolean;
        nitroEnclaves: boolean;
    }
    Index

    Properties

    ebsEncryption: boolean
    instanceStoreEncryption: string | boolean | null
    encryptionInTransit: boolean
    amdSEVSNP: boolean
    nitroTPM: boolean
    nitroEnclaves: boolean