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.98.0 (build 00b106d)", date="2024-05-08T21:35:06.196Z") @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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
    static final String
    The special value that denotes that users of a Launch Template should reference the LATEST version of the template.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    LaunchTemplateSpecialVersions(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, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • DEFAULT_VERSION

      @Stability(Stable) public static final String DEFAULT_VERSION
      The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
    • LATEST_VERSION

      @Stability(Stable) public static final String 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()