@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.479Z") @Stability(value=Stable) 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 String |
DEFAULT_VERSION
The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
|
static 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) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String DEFAULT_VERSION
@Stability(value=Stable) public static final String LATEST_VERSION
protected LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObjectRef objRef)
protected LaunchTemplateSpecialVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public LaunchTemplateSpecialVersions()
Copyright © 2022. All rights reserved.