Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LambdaConfiguration Source #
Stores metadata about a Lambda processor.
See: newLambdaConfiguration
smart constructor.
LambdaConfiguration' | |
|
Instances
newLambdaConfiguration Source #
Create a value of LambdaConfiguration
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:resourceArn:LambdaConfiguration'
, lambdaConfiguration_resourceArn
- The ARN of the Lambda message processing function.
$sel:invocationType:LambdaConfiguration'
, lambdaConfiguration_invocationType
- Controls how the Lambda function is invoked.
lambdaConfiguration_resourceArn :: Lens' LambdaConfiguration Text Source #
The ARN of the Lambda message processing function.
lambdaConfiguration_invocationType :: Lens' LambdaConfiguration InvocationType Source #
Controls how the Lambda function is invoked.