class LaunchTemplateSpecialVersions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.LaunchTemplateSpecialVersions |
![]() | software.amazon.awscdk.services.ec2.LaunchTemplateSpecialVersions |
![]() | aws_cdk.aws_ec2.LaunchTemplateSpecialVersions |
![]() | @aws-cdk/aws-ec2 » LaunchTemplateSpecialVersions |
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 * as ec2 from '@aws-cdk/aws-ec2';
const launchTemplateSpecialVersions = new ec2.LaunchTemplateSpecialVersions();
Initializer
new LaunchTemplateSpecialVersions()
Properties
Name | Type | Description |
---|---|---|
static DEFAULT_VERSION | string | The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template. |
static LATEST_VERSION | string | The special value that denotes that users of a Launch Template should reference the LATEST version of the template. |
static DEFAULT_VERSION
Type:
string
The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
static LATEST_VERSION
Type:
string
The special value that denotes that users of a Launch Template should reference the LATEST version of the template.