Class: AWSCDK::EC2::LaunchTemplateSpecialVersions
- Inherits:
-
Jsii::Object
- Object
- Jsii::Object
- AWSCDK::EC2::LaunchTemplateSpecialVersions
- 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
-
.DEFAULT_VERSION ⇒ String
The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
- .jsii_overridable_methods ⇒ Object
-
.LATEST_VERSION ⇒ String
The special value that denotes that users of a Launch Template should reference the LATEST version of the template.
Instance Method Summary collapse
-
#initialize ⇒ LaunchTemplateSpecialVersions
constructor
A new instance of LaunchTemplateSpecialVersions.
Constructor Details
#initialize ⇒ LaunchTemplateSpecialVersions
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_VERSION ⇒ String
The special value that denotes that users of a Launch Template should reference the DEFAULT version of the template.
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_methods ⇒ Object
12 13 14 15 |
# File 'ec2/launch_template_special_versions.rb', line 12 def self.jsii_overridable_methods { } end |
.LATEST_VERSION ⇒ String
The special value that denotes that users of a Launch Template should reference the LATEST version of the template.
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 |