Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.GreengrassFunctionDefinitionVersionFunctionConfiguration
Description
Synopsis
- data GreengrassFunctionDefinitionVersionFunctionConfiguration = GreengrassFunctionDefinitionVersionFunctionConfiguration {
- _greengrassFunctionDefinitionVersionFunctionConfigurationEncodingType :: Maybe (Val Text)
- _greengrassFunctionDefinitionVersionFunctionConfigurationEnvironment :: Maybe GreengrassFunctionDefinitionVersionEnvironment
- _greengrassFunctionDefinitionVersionFunctionConfigurationExecArgs :: Maybe (Val Text)
- _greengrassFunctionDefinitionVersionFunctionConfigurationExecutable :: Maybe (Val Text)
- _greengrassFunctionDefinitionVersionFunctionConfigurationMemorySize :: Maybe (Val Integer)
- _greengrassFunctionDefinitionVersionFunctionConfigurationPinned :: Maybe (Val Bool)
- _greengrassFunctionDefinitionVersionFunctionConfigurationTimeout :: Maybe (Val Integer)
- greengrassFunctionDefinitionVersionFunctionConfiguration :: GreengrassFunctionDefinitionVersionFunctionConfiguration
- gfdvfcEncodingType :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Text))
- gfdvfcEnvironment :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe GreengrassFunctionDefinitionVersionEnvironment)
- gfdvfcExecArgs :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Text))
- gfdvfcExecutable :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Text))
- gfdvfcMemorySize :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Integer))
- gfdvfcPinned :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Bool))
- gfdvfcTimeout :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Integer))
Documentation
data GreengrassFunctionDefinitionVersionFunctionConfiguration Source #
Full data type definition for
GreengrassFunctionDefinitionVersionFunctionConfiguration. See
greengrassFunctionDefinitionVersionFunctionConfiguration
for a more
convenient constructor.
Constructors
Instances
greengrassFunctionDefinitionVersionFunctionConfiguration :: GreengrassFunctionDefinitionVersionFunctionConfiguration Source #
Constructor for
GreengrassFunctionDefinitionVersionFunctionConfiguration
containing
required fields as arguments.
gfdvfcEncodingType :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Text)) Source #
gfdvfcEnvironment :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe GreengrassFunctionDefinitionVersionEnvironment) Source #
gfdvfcExecArgs :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Text)) Source #
gfdvfcExecutable :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Text)) Source #
gfdvfcMemorySize :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Integer)) Source #
gfdvfcPinned :: Lens' GreengrassFunctionDefinitionVersionFunctionConfiguration (Maybe (Val Bool)) Source #