| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EFSMountTarget
Description
- data EFSMountTarget = EFSMountTarget {}
- efsMountTarget :: Val Text -> ValList Text -> Val Text -> EFSMountTarget
- efsmtFileSystemId :: Lens' EFSMountTarget (Val Text)
- efsmtIpAddress :: Lens' EFSMountTarget (Maybe (Val Text))
- efsmtSecurityGroups :: Lens' EFSMountTarget (ValList Text)
- efsmtSubnetId :: Lens' EFSMountTarget (Val Text)
Documentation
data EFSMountTarget #
Full data type definition for EFSMountTarget. See efsMountTarget for a
more convenient constructor.
Constructors
| EFSMountTarget | |
Instances
Constructor for EFSMountTarget containing required fields as arguments.
efsmtIpAddress :: Lens' EFSMountTarget (Maybe (Val Text)) #