Module: AWSCDK::Autoscaling::EbsDeviceVolumeType

Defined in:
autoscaling/ebs_device_volume_type.rb

Overview

Supported EBS volume types for blockDevices.

Constant Summary collapse

STANDARD =
Deprecated.
Note:

Default:

Magnetic.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.EbsDeviceVolumeType", "STANDARD")
IO1 =
Deprecated.
Note:

Default:

Provisioned IOPS SSD - IO1.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.EbsDeviceVolumeType", "IO1")
GP2 =
Deprecated.
Note:

Default:

General Purpose SSD - GP2.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.EbsDeviceVolumeType", "GP2")
GP3 =
Deprecated.
Note:

Default:

General Purpose SSD - GP3.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.EbsDeviceVolumeType", "GP3")
ST1 =
Deprecated.
Note:

Default:

Throughput Optimized HDD.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.EbsDeviceVolumeType", "ST1")
SC1 =
Deprecated.
Note:

Default:

Cold HDD.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.EbsDeviceVolumeType", "SC1")