Instance
import type { Instance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface Instance {
AmiLaunchIndex?: number | null;
Architecture?: ArchitectureValues | null;
BlockDeviceMappings: InstanceBlockDeviceMapping[];
BootMode?: BootModeValues | null;
CapacityReservationId?: string | null;
CapacityReservationSpecification?: CapacityReservationSpecificationResponse | null;
ClientToken?: string | null;
CpuOptions?: CpuOptions | null;
EbsOptimized?: boolean | null;
ElasticGpuAssociations: ElasticGpuAssociation[];
ElasticInferenceAcceleratorAssociations: ElasticInferenceAcceleratorAssociation[];
EnaSupport?: boolean | null;
EnclaveOptions?: EnclaveOptions | null;
HibernationOptions?: HibernationOptions | null;
Hypervisor?: HypervisorType | null;
IamInstanceProfile?: IamInstanceProfile | null;
ImageId?: string | null;
InstanceId?: string | null;
InstanceLifecycle?: InstanceLifecycleType | null;
InstanceType?: InstanceType | null;
KernelId?: string | null;
KeyName?: string | null;
LaunchTime?: Date | number | null;
Licenses: LicenseConfiguration[];
MetadataOptions?: InstanceMetadataOptionsResponse | null;
Monitoring?: Monitoring | null;
NetworkInterfaces: InstanceNetworkInterface[];
OutpostArn?: string | null;
Placement?: Placement | null;
Platform?: PlatformValues | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
ProductCodes: ProductCode[];
PublicDnsName?: string | null;
PublicIpAddress?: string | null;
RamdiskId?: string | null;
RootDeviceName?: string | null;
RootDeviceType?: DeviceType | null;
SecurityGroups: GroupIdentifier[];
SourceDestCheck?: boolean | null;
SpotInstanceRequestId?: string | null;
SriovNetSupport?: string | null;
State?: InstanceState | null;
StateReason?: StateReason | null;
StateTransitionReason?: string | null;
SubnetId?: string | null;
Tags: Tag[];
VirtualizationType?: VirtualizationType | null;
VpcId?: string | null;
}§Properties
§
Architecture?: ArchitectureValues | null
[src]§
BlockDeviceMappings: InstanceBlockDeviceMapping[]
[src]§
BootMode?: BootModeValues | null
[src]§
CapacityReservationSpecification?: CapacityReservationSpecificationResponse | null
[src]§
CpuOptions?: CpuOptions | null
[src]§
ElasticGpuAssociations: ElasticGpuAssociation[]
[src]§
ElasticInferenceAcceleratorAssociations: ElasticInferenceAcceleratorAssociation[]
[src]§
EnclaveOptions?: EnclaveOptions | null
[src]§
HibernationOptions?: HibernationOptions | null
[src]§
Hypervisor?: HypervisorType | null
[src]§
IamInstanceProfile?: IamInstanceProfile | null
[src]§
InstanceLifecycle?: InstanceLifecycleType | null
[src]§
InstanceType?: InstanceType | null
[src]§
Licenses: LicenseConfiguration[]
[src]§
MetadataOptions?: InstanceMetadataOptionsResponse | null
[src]§
Monitoring?: Monitoring | null
[src]§
NetworkInterfaces: InstanceNetworkInterface[]
[src]§
Platform?: PlatformValues | null
[src]§
ProductCodes: ProductCode[]
[src]§
RootDeviceType?: DeviceType | null
[src]§
SecurityGroups: GroupIdentifier[]
[src]§
State?: InstanceState | null
[src]§
StateReason?: StateReason | null
[src]§
VirtualizationType?: VirtualizationType | null
[src]