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

ResponseLaunchTemplateData

import type { ResponseLaunchTemplateData } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ResponseLaunchTemplateData {
BlockDeviceMappings: LaunchTemplateBlockDeviceMapping[];
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse | null;
CpuOptions?: LaunchTemplateCpuOptions | null;
CreditSpecification?: CreditSpecification | null;
DisableApiTermination?: boolean | null;
EbsOptimized?: boolean | null;
ElasticGpuSpecifications: ElasticGpuSpecificationResponse[];
ElasticInferenceAccelerators: LaunchTemplateElasticInferenceAcceleratorResponse[];
EnclaveOptions?: LaunchTemplateEnclaveOptions | null;
HibernationOptions?: LaunchTemplateHibernationOptions | null;
ImageId?: string | null;
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null;
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | null;
InstanceType?: InstanceType | null;
KernelId?: string | null;
KeyName?: string | null;
LicenseSpecifications: LaunchTemplateLicenseConfiguration[];
MetadataOptions?: LaunchTemplateInstanceMetadataOptions | null;
Monitoring?: LaunchTemplatesMonitoring | null;
Placement?: LaunchTemplatePlacement | null;
RamDiskId?: string | null;
SecurityGroupIds: string[];
SecurityGroups: string[];
TagSpecifications: LaunchTemplateTagSpecification[];
UserData?: string | null;
}

§Properties

§
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse | null
[src]
§
CreditSpecification?: CreditSpecification | null
[src]
§
DisableApiTermination?: boolean | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
ElasticGpuSpecifications: ElasticGpuSpecificationResponse[]
[src]
§
EnclaveOptions?: LaunchTemplateEnclaveOptions | null
[src]
§
HibernationOptions?: LaunchTemplateHibernationOptions | null
[src]
§
ImageId?: string | null
[src]
§
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null
[src]
§
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | null
[src]
§
InstanceType?: InstanceType | null
[src]
§
KernelId?: string | null
[src]
§
KeyName?: string | null
[src]
§
RamDiskId?: string | null
[src]
§
SecurityGroupIds: string[]
[src]
§
SecurityGroups: string[]
[src]
§
UserData?: string | null
[src]