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

AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails

import type { AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The minimum and maximum baseline bandwidth to Amazon Elastic Block Store (Amazon EBS), in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

interface AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails {
Max?: number | null;
Min?: number | null;
}

§Properties

§
Max?: number | null
[src]

The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit.

§
Min?: number | null
[src]

The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit.