Builder

class Builder

Properties

Link copied to clipboard

The device name assigned to the volume (for example, /dev/sdh or xvdh). For more information, see Device naming on Linux instances in the Amazon EC2 User Guide for Linux Instances.

Link copied to clipboard
var ebs: Ebs?

Information to attach an EBS volume to an instance at launch.

Link copied to clipboard

Setting this value to true prevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch.

Link copied to clipboard

The name of the instance store volume (virtual device) to attach to an instance at launch. The name must be in the form ephemeralX where X is a number starting from zero (0), for example, ephemeral0.

Functions

Link copied to clipboard
fun ebs(block: Ebs.Builder.() -> Unit)