Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EbsInfo

import type { EbsInfo } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the Amazon EBS features supported by the instance type.

interface EbsInfo {
EbsOptimizedInfo?: EbsOptimizedInfo | null;
EbsOptimizedSupport?: EbsOptimizedSupport | null;
EncryptionSupport?: EbsEncryptionSupport | null;
NvmeSupport?: EbsNvmeSupport | null;
}

§Properties

§
EbsOptimizedInfo?: EbsOptimizedInfo | null
[src]

Describes the optimized EBS performance for the instance type.

§
EbsOptimizedSupport?: EbsOptimizedSupport | null
[src]

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

§
EncryptionSupport?: EbsEncryptionSupport | null
[src]

Indicates whether Amazon EBS encryption is supported.

§
NvmeSupport?: EbsNvmeSupport | null
[src]

Indicates whether non-volatile memory express (NVMe) is supported.