Class: AWSCDK::EC2::LaunchTemplateSpecialVersions

Inherits:
Jsii::Object
  • Object
show all
Defined in:
ec2/launch_template_special_versions.rb

Overview

A class that provides convenient access to special version tokens for LaunchTemplate versions.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLaunchTemplateSpecialVersions

Returns a new instance of LaunchTemplateSpecialVersions.



8
9
10
# File 'ec2/launch_template_special_versions.rb', line 8

def initialize
  Jsii::Object.instance_method(:initialize).bind(self).call
end

Class Method Details

.DEFAULT_VERSIONString

The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.

Returns:

  • (String)


20
21
22
# File 'ec2/launch_template_special_versions.rb', line 20

def self.DEFAULT_VERSION()
  Jsii::Kernel.instance.get_static("aws-cdk-lib.aws_ec2.LaunchTemplateSpecialVersions", "DEFAULT_VERSION")
end

.jsii_overridable_methodsObject



12
13
14
15
# File 'ec2/launch_template_special_versions.rb', line 12

def self.jsii_overridable_methods
  {
  }
end

.LATEST_VERSIONString

The special value that denotes that users of a Launch Template should reference the LATEST version of the template.

Returns:

  • (String)


27
28
29
# File 'ec2/launch_template_special_versions.rb', line 27

def self.LATEST_VERSION()
  Jsii::Kernel.instance.get_static("aws-cdk-lib.aws_ec2.LaunchTemplateSpecialVersions", "LATEST_VERSION")
end