Class LaunchTemplateSpecialVersions
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.LaunchTemplateSpecialVersions
- All Implemented Interfaces:
 software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:30:39.448Z")
@Stability(Stable)
public class LaunchTemplateSpecialVersions
extends software.amazon.jsii.JsiiObject
A class that provides convenient access to special version tokens for LaunchTemplate versions.
 
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; LaunchTemplateSpecialVersions launchTemplateSpecialVersions = new LaunchTemplateSpecialVersions();
- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.static final StringThe special value that denotes that users of a Launch Template should reference the LATEST version of the template. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedLaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObjectRef objRef)  - 
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Field Details
- 
DEFAULT_VERSION
The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template. - 
LATEST_VERSION
The special value that denotes that users of a Launch Template should reference the LATEST version of the template. 
 - 
 - 
Constructor Details
- 
LaunchTemplateSpecialVersions
protected LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObjectRef objRef)  - 
LaunchTemplateSpecialVersions
protected LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  - 
LaunchTemplateSpecialVersions
@Stability(Stable) public LaunchTemplateSpecialVersions() 
 -