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

InstanceAttribute

import type { InstanceAttribute } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface InstanceAttribute {
BlockDeviceMappings: InstanceBlockDeviceMapping[];
DisableApiTermination?: AttributeBooleanValue | null;
EbsOptimized?: AttributeBooleanValue | null;
EnaSupport?: AttributeBooleanValue | null;
EnclaveOptions?: EnclaveOptions | null;
Groups: GroupIdentifier[];
InstanceId?: string | null;
InstanceInitiatedShutdownBehavior?: AttributeValue | null;
InstanceType?: AttributeValue | null;
KernelId?: AttributeValue | null;
ProductCodes: ProductCode[];
RamdiskId?: AttributeValue | null;
RootDeviceName?: AttributeValue | null;
SourceDestCheck?: AttributeBooleanValue | null;
SriovNetSupport?: AttributeValue | null;
UserData?: AttributeValue | null;
}

§Properties

§
BlockDeviceMappings: InstanceBlockDeviceMapping[]
[src]
§
DisableApiTermination?: AttributeBooleanValue | null
[src]
§
EbsOptimized?: AttributeBooleanValue | null
[src]
§
EnaSupport?: AttributeBooleanValue | null
[src]
§
EnclaveOptions?: EnclaveOptions | null
[src]
§
InstanceId?: string | null
[src]
§
InstanceInitiatedShutdownBehavior?: AttributeValue | null
[src]
§
InstanceType?: AttributeValue | null
[src]
§
KernelId?: AttributeValue | null
[src]
§
ProductCodes: ProductCode[]
[src]
§
RamdiskId?: AttributeValue | null
[src]
§
RootDeviceName?: AttributeValue | null
[src]
§
SourceDestCheck?: AttributeBooleanValue | null
[src]
§
SriovNetSupport?: AttributeValue | null
[src]
§
UserData?: AttributeValue | null
[src]