stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.EC2BlockDeviceMapping

Description

The Amazon EC2 block device mapping property is an embedded property of the AWS::EC2::Instance resource. For block device mappings for an Auto Scaling launch configuration, see AutoScaling Block Device Mapping.

Synopsis

Documentation

ec2BlockDeviceMapping Source

Constructor for EC2BlockDeviceMapping containing required fields as arguments.

ecbdmDeviceName :: Lens' EC2BlockDeviceMapping (Val Text) Source

The name of the device within Amazon EC2.

ecbdmNoDevice :: Lens' EC2BlockDeviceMapping (Maybe ()) Source

This property can be used to unmap a defined device.

ecbdmVirtualName :: Lens' EC2BlockDeviceMapping (Maybe (Val Text)) Source

The name of the virtual device. The name must be in the form ephemeralX where X is a number starting from zero (0); for example, ephemeral0.