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
§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]§
InstanceMonitoring?: InstanceMonitoring | null
[src]§
MetadataOptions?: InstanceMetadataOptions | null
[src]