Module: AWSCDK::EC2::OperatingSystemType

Defined in:
ec2/operating_system_type.rb

Overview

The OS type of a particular image.

Constant Summary collapse

LINUX =
Deprecated.
Note:

Default:

Jsii::Enum.new("aws-cdk-lib.aws_ec2.OperatingSystemType", "LINUX")
WINDOWS =
Deprecated.
Note:

Default:

Jsii::Enum.new("aws-cdk-lib.aws_ec2.OperatingSystemType", "WINDOWS")
UNKNOWN =
Deprecated.
Note:

Default:

Used when the type of the operating system is not known (for example, for imported Auto-Scaling Groups).

Jsii::Enum.new("aws-cdk-lib.aws_ec2.OperatingSystemType", "UNKNOWN")