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

RequestLaunchTemplateData

import type { RequestLaunchTemplateData } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface RequestLaunchTemplateData {
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | null;
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationRequest | null;
CpuOptions?: LaunchTemplateCpuOptionsRequest | null;
CreditSpecification?: CreditSpecificationRequest | null;
DisableApiTermination?: boolean | null;
EbsOptimized?: boolean | null;
ElasticGpuSpecifications?: ElasticGpuSpecification[] | null;
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | null;
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest | null;
HibernationOptions?: LaunchTemplateHibernationOptionsRequest | null;
ImageId?: string | null;
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null;
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptionsRequest | null;
InstanceType?: InstanceType | null;
KernelId?: string | null;
KeyName?: string | null;
LicenseSpecifications?: LaunchTemplateLicenseConfigurationRequest[] | null;
Placement?: LaunchTemplatePlacementRequest | null;
RamDiskId?: string | null;
SecurityGroupIds?: string[] | null;
SecurityGroups?: string[] | null;
TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | null;
UserData?: string | null;
}

§Properties

§
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | null
[src]
§
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationRequest | null
[src]
§
CreditSpecification?: CreditSpecificationRequest | null
[src]
§
DisableApiTermination?: boolean | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
ElasticGpuSpecifications?: ElasticGpuSpecification[] | null
[src]
§
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | null
[src]
§
ImageId?: string | null
[src]
§
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null
[src]
§
InstanceType?: InstanceType | null
[src]
§
KernelId?: string | null
[src]
§
KeyName?: string | null
[src]
§
LicenseSpecifications?: LaunchTemplateLicenseConfigurationRequest[] | null
[src]
§
RamDiskId?: string | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SecurityGroups?: string[] | null
[src]
§
UserData?: string | null
[src]