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.4/services/ec2.ts?docs=full";

Describes an image attribute.

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

§Properties

§
BlockDeviceMappings: BlockDeviceMapping[]
[src]

The block device mapping entries.

§
BootMode?: AttributeValue | null
[src]

The boot mode.

§
Description?: AttributeValue | null
[src]

A description for the AMI.

§
ImageId?: string | null
[src]

The ID of the AMI.

§
ImdsSupport?: AttributeValue | null
[src]

If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

§
KernelId?: AttributeValue | null
[src]

The kernel ID.

§
LastLaunchedTime?: AttributeValue | null
[src]

The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.

Note: lastLaunchedTime data is available starting April 2017.

§
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.

§
TpmSupport?: AttributeValue | null
[src]

If the image is configured for NitroTPM support, the value is v2.0.

§
UefiData?: AttributeValue | null
[src]

Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.