Safe Haskell | None |
---|---|
Language | Haskell2010 |
The EC2 MountPoint property is an embedded property of the AWS::EC2::Instance type.
- data EC2MountPoint = EC2MountPoint {}
- ec2MountPoint :: Val Text -> Val Text -> EC2MountPoint
- ecmpDevice :: Lens' EC2MountPoint (Val Text)
- ecmpVolumeId :: Lens' EC2MountPoint (Val Text)
Documentation
data EC2MountPoint Source
Full data type definition for EC2MountPoint. See ec2MountPoint
for a
more convenient constructor.
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.