Interface ILaunchTemplate
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ILaunchTemplate.Jsii$Default
- All Known Implementing Classes:
ILaunchTemplate.Jsii$Proxy
,LaunchTemplate
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:24:57.227Z")
@Stability(Stable)
public interface ILaunchTemplate
extends software.amazon.jsii.JsiiSerializable, IResource
Interface for LaunchTemplate-like objects.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILaunchTemplate
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVersionNumber
The version number of this launch template to use. -
getLaunchTemplateId
The identifier of the Launch Template.Exactly one of
launchTemplateId
andlaunchTemplateName
will be set. -
getLaunchTemplateName
The name of the Launch Template.Exactly one of
launchTemplateId
andlaunchTemplateName
will be set.
-