@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:21.531Z") @Stability(value=Stable) public interface ILaunchTemplate extends software.amazon.jsii.JsiiSerializable, 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 String |
getLaunchTemplateId()
The identifier of the Launch Template.
|
default String |
getLaunchTemplateName()
The name of the Launch Template.
|
String |
getVersionNumber()
The version number of this launch template to use.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull String getVersionNumber()
@Stability(value=Stable) @Nullable default String getLaunchTemplateId()
Exactly one of launchTemplateId and launchTemplateName will be set.
@Stability(value=Stable) @Nullable default String getLaunchTemplateName()
Exactly one of launchTemplateId and launchTemplateName will be set.
Copyright © 2022. All rights reserved.