Uses of Interface
software.amazon.awscdk.interfaces.ec2.ILaunchTemplateRef
Packages that use ILaunchTemplateRef
Package
Description
Amazon EC2 Construct Library
-
Uses of ILaunchTemplateRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of ILaunchTemplateRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILaunchTemplateRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement ILaunchTemplateRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ILaunchTemplateRef in software.amazon.awscdk.services.ec2
Subinterfaces of ILaunchTemplateRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceInterface for LaunchTemplate-like objects.static interfaceInternal default implementation forILaunchTemplate.Classes in software.amazon.awscdk.services.ec2 that implement ILaunchTemplateRefModifier and TypeClassDescriptionclassSpecifies the properties for creating a launch template.static 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 ILaunchTemplateRefModifier and TypeMethodDescriptionstatic ILaunchTemplateRefCfnLaunchTemplate.fromLaunchTemplateId(software.constructs.Construct scope, String id, String launchTemplateId) Creates a new ILaunchTemplateRef from a launchTemplateId.