@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:30.516Z")
public class LaunchTemplateSpecialVersions
extends software.amazon.jsii.JsiiObject
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();
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_VERSION
The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
|
static java.lang.String |
LATEST_VERSION
The special value that denotes that users of a Launch Template should reference the LATEST version of the template.
|
Modifier | Constructor and Description |
---|---|
|
LaunchTemplateSpecialVersions() |
protected |
LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObjectRef objRef) |
public static final java.lang.String DEFAULT_VERSION
public static final java.lang.String LATEST_VERSION
protected LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObjectRef objRef)
protected LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LaunchTemplateSpecialVersions()