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

AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails

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

The minimum and maximum number of network interfaces to be attached to an Amazon EC2 instance.

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

§Properties

§
Max?: number | null
[src]

The maximum number of network interfaces.

§
Min?: number | null
[src]

The minimum number of network interfaces.