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

AwsEc2NetworkInterfaceAttachment

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

Information about the network interface attachment.

interface AwsEc2NetworkInterfaceAttachment {
AttachmentId?: string | null;
AttachTime?: string | null;
DeleteOnTermination?: boolean | null;
DeviceIndex?: number | null;
InstanceId?: string | null;
InstanceOwnerId?: string | null;
Status?: string | null;
}

§Properties

§
AttachmentId?: string | null
[src]

The identifier of the network interface attachment

§
AttachTime?: string | null
[src]

Indicates when the attachment initiated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DeleteOnTermination?: boolean | null
[src]

Indicates whether the network interface is deleted when the instance is terminated.

§
DeviceIndex?: number | null
[src]

The device index of the network interface attachment on the instance.

§
InstanceId?: string | null
[src]

The ID of the instance.

§
InstanceOwnerId?: string | null
[src]

The Amazon Web Services account ID of the owner of the instance.

§
Status?: string | null
[src]

The attachment state.

Valid values: attaching | attached | detaching | detached