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

ScheduledInstancesNetworkInterface

import type { ScheduledInstancesNetworkInterface } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ScheduledInstancesNetworkInterface {
AssociatePublicIpAddress?: boolean | null;
DeleteOnTermination?: boolean | null;
Description?: string | null;
DeviceIndex?: number | null;
Groups?: string[] | null;
Ipv6AddressCount?: number | null;
Ipv6Addresses?: ScheduledInstancesIpv6Address[] | null;
NetworkInterfaceId?: string | null;
PrivateIpAddress?: string | null;
PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[] | null;
SecondaryPrivateIpAddressCount?: number | null;
SubnetId?: string | null;
}

§Properties

§
AssociatePublicIpAddress?: boolean | null
[src]
§
DeleteOnTermination?: boolean | null
[src]
§
Description?: string | null
[src]
§
DeviceIndex?: number | null
[src]
§
Groups?: string[] | null
[src]
§
Ipv6AddressCount?: number | null
[src]
§
Ipv6Addresses?: ScheduledInstancesIpv6Address[] | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[] | null
[src]
§
SecondaryPrivateIpAddressCount?: number | null
[src]
§
SubnetId?: string | null
[src]