Host
import type { Host } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface Host {
AllocationTime?: Date | number | null;
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | null;
AutoPlacement?: AutoPlacement | null;
AvailabilityZone?: string | null;
AvailabilityZoneId?: string | null;
AvailableCapacity?: AvailableCapacity | null;
ClientToken?: string | null;
HostId?: string | null;
HostProperties?: HostProperties | null;
HostRecovery?: HostRecovery | null;
HostReservationId?: string | null;
Instances: HostInstance[];
MemberOfServiceLinkedResourceGroup?: boolean | null;
OwnerId?: string | null;
ReleaseTime?: Date | number | null;
State?: AllocationState | null;
Tags: Tag[];
}§Properties
§
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | null
[src]§
AutoPlacement?: AutoPlacement | null
[src]§
AvailableCapacity?: AvailableCapacity | null
[src]§
HostProperties?: HostProperties | null
[src]§
HostRecovery?: HostRecovery | null
[src]§
Instances: HostInstance[]
[src]§
State?: AllocationState | null
[src]