Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.LambdaFunctionCode
- data LambdaFunctionCode = LambdaFunctionCode {}
- lambdaFunctionCode :: LambdaFunctionCode
- lfcS3Bucket :: Lens' LambdaFunctionCode (Maybe (Val Text))
- lfcS3Key :: Lens' LambdaFunctionCode (Maybe (Val Text))
- lfcS3ObjectVersion :: Lens' LambdaFunctionCode (Maybe (Val Text))
- lfcZipFile :: Lens' LambdaFunctionCode (Maybe (Val Text))
Documentation
data LambdaFunctionCode #
Full data type definition for LambdaFunctionCode. See
lambdaFunctionCode
for a more convenient constructor.
Constructors
LambdaFunctionCode | |
Fields |
lambdaFunctionCode :: LambdaFunctionCode #
Constructor for LambdaFunctionCode
containing required fields as
arguments.
lfcS3Bucket :: Lens' LambdaFunctionCode (Maybe (Val Text)) #