@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.422Z") @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.