Uses of Interface
software.amazon.awscdk.services.ec2.ILaunchTemplate
Packages that use ILaunchTemplate
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon EC2 Construct Library
-
Uses of ILaunchTemplate in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return ILaunchTemplateModifier and TypeMethodDescriptiondefault ILaunchTemplateAutoScalingGroupProps.getLaunchTemplate()Launch template to use.final ILaunchTemplateAutoScalingGroupProps.Jsii$Proxy.getLaunchTemplate()default ILaunchTemplateLaunchTemplateOverrides.getLaunchTemplate()Provides the launch template to be used when launching the instance type.final ILaunchTemplateLaunchTemplateOverrides.Jsii$Proxy.getLaunchTemplate()MixedInstancesPolicy.getLaunchTemplate()Launch template to use.final ILaunchTemplateMixedInstancesPolicy.Jsii$Proxy.getLaunchTemplate()Methods in software.amazon.awscdk.services.autoscaling with parameters of type ILaunchTemplateModifier and TypeMethodDescriptionAutoScalingGroup.Builder.launchTemplate(ILaunchTemplate launchTemplate) Launch template to use.AutoScalingGroupProps.Builder.launchTemplate(ILaunchTemplate launchTemplate) Sets the value ofAutoScalingGroupProps.getLaunchTemplate()LaunchTemplateOverrides.Builder.launchTemplate(ILaunchTemplate launchTemplate) Sets the value ofLaunchTemplateOverrides.getLaunchTemplate()MixedInstancesPolicy.Builder.launchTemplate(ILaunchTemplate launchTemplate) Sets the value ofMixedInstancesPolicy.getLaunchTemplate() -
Uses of ILaunchTemplate in software.amazon.awscdk.services.ec2
Subinterfaces of ILaunchTemplate in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILaunchTemplate.Classes in software.amazon.awscdk.services.ec2 that implement ILaunchTemplateModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classThis represents an EC2 LaunchTemplate.Methods in software.amazon.awscdk.services.ec2 that return ILaunchTemplateModifier and TypeMethodDescriptionstatic ILaunchTemplateLaunchTemplate.fromLaunchTemplateAttributes(software.constructs.Construct scope, String id, LaunchTemplateAttributes attrs) Import an existing LaunchTemplate.