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>
Constructors
Link copied to clipboard
fun LaunchTemplateBlockDeviceMappingEbsArgs(deleteOnTermination: Output<String>? = null, encrypted: Output<String>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, snapshotId: Output<String>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<String>? = null)
Functions
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
Link copied to clipboard