stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.EC2MountPoint

Description

The EC2 MountPoint property is an embedded property of the AWS::EC2::Instance type.

Synopsis

Documentation

data EC2MountPoint Source

Full data type definition for EC2MountPoint. See ec2MountPoint for a more convenient constructor.

ec2MountPoint Source

Constructor for EC2MountPoint containing required fields as arguments.

ecmpDevice :: Lens' EC2MountPoint (Val Text) Source

How the device is exposed to the instance (such as devsdh, or xvdh).

ecmpVolumeId :: Lens' EC2MountPoint (Val Text) Source

The ID of the Amazon EBS volume. The volume and instance must be within the same Availability Zone and the instance must be running.