@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:03.513Z") public interface ILaunchTemplate extends IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
ILaunchTemplate.Jsii$Default
Internal default implementation for
ILaunchTemplate . |
static class |
ILaunchTemplate.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getLaunchTemplateId()
The identifier of the Launch Template.
|
default java.lang.String |
getLaunchTemplateName()
The name of the Launch Template.
|
java.lang.String |
getVersionNumber()
The version number of this launch template to use.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getVersionNumber()
default java.lang.String getLaunchTemplateId()
Exactly one of launchTemplateId
and launchTemplateName
will be set.
default java.lang.String getLaunchTemplateName()
Exactly one of launchTemplateId
and launchTemplateName
will be set.