Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/autoscaling@2011-01-01/mod.ts>LaunchConfiguration

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface LaunchConfiguration
import { type LaunchConfiguration } from "https://deno.land/x/aws_api@v0.1.0/services/autoscaling@2011-01-01/mod.ts";

Properties

LaunchConfigurationName: string
optional
LaunchConfigurationARN: string | null
ImageId: string
optional
KeyName: string | null
SecurityGroups: string[]
optional
ClassicLinkVPCId: string | null
ClassicLinkVPCSecurityGroups: string[]
optional
UserData: string | null
InstanceType: string
optional
KernelId: string | null
optional
RamdiskId: string | null
BlockDeviceMappings: BlockDeviceMapping[]
optional
InstanceMonitoring: InstanceMonitoring | null
optional
SpotPrice: string | null
optional
IamInstanceProfile: string | null
CreatedTime: Date | number
optional
EbsOptimized: boolean | null
optional
AssociatePublicIpAddress: boolean | null
optional
PlacementTenancy: string | null
optional
MetadataOptions: InstanceMetadataOptions | null