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;
IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecification | 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;
NetworkInterfaces: LaunchTemplateInstanceNetworkInterfaceSpecification[];
Placement?: LaunchTemplatePlacement | null;
RamDiskId?: string | null;
SecurityGroupIds: string[];
SecurityGroups: string[];
TagSpecifications: LaunchTemplateTagSpecification[];
UserData?: string | null;
}§Properties
§
BlockDeviceMappings: LaunchTemplateBlockDeviceMapping[]
[src]§
CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse | null
[src]§
CpuOptions?: LaunchTemplateCpuOptions | null
[src]§
CreditSpecification?: CreditSpecification | null
[src]§
ElasticGpuSpecifications: ElasticGpuSpecificationResponse[]
[src]§
ElasticInferenceAccelerators: LaunchTemplateElasticInferenceAcceleratorResponse[]
[src]§
EnclaveOptions?: LaunchTemplateEnclaveOptions | null
[src]§
HibernationOptions?: LaunchTemplateHibernationOptions | null
[src]§
IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecification | null
[src]§
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null
[src]§
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | null
[src]§
InstanceType?: InstanceType | null
[src]§
LicenseSpecifications: LaunchTemplateLicenseConfiguration[]
[src]§
MetadataOptions?: LaunchTemplateInstanceMetadataOptions | null
[src]§
Monitoring?: LaunchTemplatesMonitoring | null
[src]§
NetworkInterfaces: LaunchTemplateInstanceNetworkInterfaceSpecification[]
[src]§
Placement?: LaunchTemplatePlacement | null
[src]§
TagSpecifications: LaunchTemplateTagSpecification[]
[src]