libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

Description

 
Synopsis

Documentation

data LambdaLinuxProcessParams Source #

Contains parameters for a Linux process that contains an Lambda function.

See: newLambdaLinuxProcessParams smart constructor.

Constructors

LambdaLinuxProcessParams' 

Fields

  • containerParams :: Maybe LambdaContainerParams

    The parameters for the container in which the Lambda function runs.

  • isolationMode :: Maybe LambdaIsolationMode

    The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

    Default: GreengrassContainer

Instances

Instances details
Eq LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

Read LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

Show LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

Generic LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

Associated Types

type Rep LambdaLinuxProcessParams :: Type -> Type #

NFData LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

Hashable LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

ToJSON LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

type Rep LambdaLinuxProcessParams Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams

type Rep LambdaLinuxProcessParams = D1 ('MetaData "LambdaLinuxProcessParams" "Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "LambdaLinuxProcessParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaContainerParams)) :*: S1 ('MetaSel ('Just "isolationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaIsolationMode))))

newLambdaLinuxProcessParams :: LambdaLinuxProcessParams Source #

Create a value of LambdaLinuxProcessParams with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:containerParams:LambdaLinuxProcessParams', lambdaLinuxProcessParams_containerParams - The parameters for the container in which the Lambda function runs.

$sel:isolationMode:LambdaLinuxProcessParams', lambdaLinuxProcessParams_isolationMode - The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

Default: GreengrassContainer

lambdaLinuxProcessParams_containerParams :: Lens' LambdaLinuxProcessParams (Maybe LambdaContainerParams) Source #

The parameters for the container in which the Lambda function runs.

lambdaLinuxProcessParams_isolationMode :: Lens' LambdaLinuxProcessParams (Maybe LambdaIsolationMode) Source #

The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.

Default: GreengrassContainer