| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EFSFileSystem
Description
Synopsis
- data EFSFileSystem = EFSFileSystem {}
- efsFileSystem :: EFSFileSystem
- efsfsEncrypted :: Lens' EFSFileSystem (Maybe (Val Bool))
- efsfsFileSystemTags :: Lens' EFSFileSystem (Maybe [EFSFileSystemElasticFileSystemTag])
- efsfsKmsKeyId :: Lens' EFSFileSystem (Maybe (Val Text))
- efsfsPerformanceMode :: Lens' EFSFileSystem (Maybe (Val Text))
Documentation
data EFSFileSystem #
Full data type definition for EFSFileSystem. See efsFileSystem for a
more convenient constructor.
Constructors
| EFSFileSystem | |
Instances
| Eq EFSFileSystem # | |
Defined in Stratosphere.Resources.EFSFileSystem Methods (==) :: EFSFileSystem -> EFSFileSystem -> Bool # (/=) :: EFSFileSystem -> EFSFileSystem -> Bool # | |
| Show EFSFileSystem # | |
Defined in Stratosphere.Resources.EFSFileSystem Methods showsPrec :: Int -> EFSFileSystem -> ShowS # show :: EFSFileSystem -> String # showList :: [EFSFileSystem] -> ShowS # | |
| ToJSON EFSFileSystem # | |
Defined in Stratosphere.Resources.EFSFileSystem Methods toJSON :: EFSFileSystem -> Value # toEncoding :: EFSFileSystem -> Encoding # toJSONList :: [EFSFileSystem] -> Value # toEncodingList :: [EFSFileSystem] -> Encoding # | |
| FromJSON EFSFileSystem # | |
Defined in Stratosphere.Resources.EFSFileSystem Methods parseJSON :: Value -> Parser EFSFileSystem # parseJSONList :: Value -> Parser [EFSFileSystem] # | |
efsFileSystem :: EFSFileSystem #
Constructor for EFSFileSystem containing required fields as arguments.
efsfsEncrypted :: Lens' EFSFileSystem (Maybe (Val Bool)) #
efsfsKmsKeyId :: Lens' EFSFileSystem (Maybe (Val Text)) #