stratosphere-0.1.3: 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.

Instances

Show EC2MountPoint Source # 
Generic EC2MountPoint Source # 

Associated Types

type Rep EC2MountPoint :: * -> * #

ToJSON EC2MountPoint Source # 
FromJSON EC2MountPoint Source # 
type Rep EC2MountPoint Source # 
type Rep EC2MountPoint = D1 (MetaData "EC2MountPoint" "Stratosphere.ResourceProperties.EC2MountPoint" "stratosphere-0.1.3-HXdWlc1MCh5Gppf0ypvPw" False) (C1 (MetaCons "EC2MountPoint" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eC2MountPointDevice") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_eC2MountPointVolumeId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))))

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.