Container Recipe Ebs Instance Block Device Specification
data class ContainerRecipeEbsInstanceBlockDeviceSpecification(val deleteOnTermination: Boolean? = null, val encrypted: Boolean? = null, val iops: Int? = null, val kmsKeyId: String? = null, val snapshotId: String? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: ContainerRecipeEbsInstanceBlockDeviceSpecificationVolumeType? = null)
Amazon EBS-specific block device mapping specifications.
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.