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

EbsOptimizedInfo

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

Describes the optimized EBS performance for supported instance types.

interface EbsOptimizedInfo {
BaselineBandwidthInMbps?: number | null;
BaselineIops?: number | null;
BaselineThroughputInMBps?: number | null;
MaximumBandwidthInMbps?: number | null;
MaximumIops?: number | null;
MaximumThroughputInMBps?: number | null;
}

§Properties

§
BaselineBandwidthInMbps?: number | null
[src]

The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

§
BaselineIops?: number | null
[src]

The baseline input/output storage operations per seconds for an EBS-optimized instance type.

§
BaselineThroughputInMBps?: number | null
[src]

The baseline throughput performance for an EBS-optimized instance type, in MB/s.

§
MaximumBandwidthInMbps?: number | null
[src]

The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

§
MaximumIops?: number | null
[src]

The maximum input/output storage operations per second for an EBS-optimized instance type.

§
MaximumThroughputInMBps?: number | null
[src]

The maximum throughput performance for an EBS-optimized instance type, in MB/s.