Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
- data EC2BlockDeviceMapping = EC2BlockDeviceMapping {}
- ec2BlockDeviceMapping :: Val Text -> EC2BlockDeviceMapping
- ecbdmDeviceName :: Lens' EC2BlockDeviceMapping (Val Text)
- ecbdmEbs :: Lens' EC2BlockDeviceMapping (Maybe EBSBlockDevice)
- ecbdmNoDevice :: Lens' EC2BlockDeviceMapping (Maybe ())
- ecbdmVirtualName :: Lens' EC2BlockDeviceMapping (Maybe (Val Text))
Documentation
data EC2BlockDeviceMapping Source
Full data type definition for EC2BlockDeviceMapping. See
ec2BlockDeviceMapping
for a more convenient constructor.
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.