Image Recipe Ebs Instance Block Device Specification Args
data class ImageRecipeEbsInstanceBlockDeviceSpecificationArgs(val deleteOnTermination: Output<Boolean>? = null, val encrypted: Output<Boolean>? = 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<ImageRecipeEbsInstanceBlockDeviceSpecificationVolumeType>? = null) : ConvertibleToJava<ImageRecipeEbsInstanceBlockDeviceSpecificationArgs>
Amazon EBS-specific block device mapping specifications.
Constructors
Link copied to clipboard
constructor(deleteOnTermination: Output<Boolean>? = null, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, snapshotId: Output<String>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<ImageRecipeEbsInstanceBlockDeviceSpecificationVolumeType>? = null)
Properties
Link copied to clipboard
Use to configure delete on termination of the associated device.
Link copied to clipboard
The snapshot that defines the device contents.
Link copied to clipboard
For GP3 volumes only - The throughput in MiB/s that the volume supports.
Link copied to clipboard
Use to override the device's volume size.
Link copied to clipboard
Use to override the device's volume type.