| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.LambdaAction
Description
Synopsis
- data LambdaAction = LambdaAction' {
- functionArn :: Text
- newLambdaAction :: Text -> LambdaAction
- lambdaAction_functionArn :: Lens' LambdaAction Text
Documentation
data LambdaAction Source #
Describes an action to invoke a Lambda function.
See: newLambdaAction smart constructor.
Constructors
| LambdaAction' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> LambdaAction |
Create a value of LambdaAction 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:functionArn:LambdaAction', lambdaAction_functionArn - The ARN of the Lambda function.
lambdaAction_functionArn :: Lens' LambdaAction Text Source #
The ARN of the Lambda function.