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

CreateLaunchConfigurationType

import type { CreateLaunchConfigurationType } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/autoscaling.ts";
interface CreateLaunchConfigurationType {
AssociatePublicIpAddress?: boolean | null;
BlockDeviceMappings?: BlockDeviceMapping[] | null;
ClassicLinkVPCId?: string | null;
ClassicLinkVPCSecurityGroups?: string[] | null;
EbsOptimized?: boolean | null;
IamInstanceProfile?: string | null;
ImageId?: string | null;
InstanceId?: string | null;
InstanceMonitoring?: InstanceMonitoring | null;
InstanceType?: string | null;
KernelId?: string | null;
KeyName?: string | null;
LaunchConfigurationName: string;
MetadataOptions?: InstanceMetadataOptions | null;
PlacementTenancy?: string | null;
RamdiskId?: string | null;
SecurityGroups?: string[] | null;
SpotPrice?: string | null;
UserData?: string | null;
}

§Properties

§
AssociatePublicIpAddress?: boolean | null
[src]
§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]
§
ClassicLinkVPCId?: string | null
[src]
§
ClassicLinkVPCSecurityGroups?: string[] | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
IamInstanceProfile?: string | null
[src]
§
ImageId?: string | null
[src]
§
InstanceId?: string | null
[src]
§
InstanceMonitoring?: InstanceMonitoring | null
[src]
§
InstanceType?: string | null
[src]
§
KernelId?: string | null
[src]
§
KeyName?: string | null
[src]
§
LaunchConfigurationName: string
[src]
§
MetadataOptions?: InstanceMetadataOptions | null
[src]
§
PlacementTenancy?: string | null
[src]
§
RamdiskId?: string | null
[src]
§
SecurityGroups?: string[] | null
[src]
§
SpotPrice?: string | null
[src]
§
UserData?: string | null
[src]