ImportInstanceLaunchSpecification
import type { ImportInstanceLaunchSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface ImportInstanceLaunchSpecification {
AdditionalInfo?: string | null;
Architecture?: ArchitectureValues | null;
GroupIds?: string[] | null;
GroupNames?: string[] | null;
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null;
InstanceType?: InstanceType | null;
Monitoring?: boolean | null;
Placement?: Placement | null;
PrivateIpAddress?: string | null;
SubnetId?: string | null;
UserData?: UserData | null;
}§Properties
§
Architecture?: ArchitectureValues | null
[src]§
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null
[src]§
InstanceType?: InstanceType | null
[src]