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

ImageAttribute

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

Describes an image attribute.

interface ImageAttribute {
BlockDeviceMappings: BlockDeviceMapping[];
BootMode?: AttributeValue | null;
Description?: AttributeValue | null;
ImageId?: string | null;
KernelId?: AttributeValue | null;
LaunchPermissions: LaunchPermission[];
ProductCodes: ProductCode[];
RamdiskId?: AttributeValue | null;
SriovNetSupport?: AttributeValue | null;
}

§Properties

§
BlockDeviceMappings: BlockDeviceMapping[]
[src]

The block device mapping entries.

§
BootMode?: AttributeValue | null
[src]
§
Description?: AttributeValue | null
[src]

A description for the AMI.

§
ImageId?: string | null
[src]

The ID of the AMI.

§
KernelId?: AttributeValue | null
[src]

The kernel ID.

§
LaunchPermissions: LaunchPermission[]
[src]

The launch permissions.

§
ProductCodes: ProductCode[]
[src]

The product codes.

§
RamdiskId?: AttributeValue | null
[src]

The RAM disk ID.

§
SriovNetSupport?: AttributeValue | null
[src]

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.