Launch Template Block Device Mapping Ebs Args
data class LaunchTemplateBlockDeviceMappingEbsArgs(val deleteOnTermination: Output<String>? = null, val encrypted: Output<String>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<LaunchTemplateBlockDeviceMappingEbsArgs>
Properties
Link copied to clipboard
Whether the volume should be destroyed on instance termination. See Preserving Amazon EBS Volumes on Instance Termination for more information.
Link copied to clipboard
Enables EBS encryption on the volume. Cannot be used with snapshot_id
.
Link copied to clipboard
The Snapshot ID to mount.
Link copied to clipboard
The throughput to provision for a gp3
volume in MiB/s (specified as an integer, e.g., 500), with a maximum of 1,000 MiB/s.
Link copied to clipboard
The size of the volume in gigabytes.
Link copied to clipboard
The volume type. Can be one of standard
, gp2
, gp3
, io1
, io2
, sc1
or st1
.