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 |
Synopsis
- data InputLambdaProcessorUpdate = InputLambdaProcessorUpdate' {}
- newInputLambdaProcessorUpdate :: InputLambdaProcessorUpdate
- inputLambdaProcessorUpdate_roleARNUpdate :: Lens' InputLambdaProcessorUpdate (Maybe Text)
- inputLambdaProcessorUpdate_resourceARNUpdate :: Lens' InputLambdaProcessorUpdate (Maybe Text)
Documentation
data InputLambdaProcessorUpdate Source #
Represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.
See: newInputLambdaProcessorUpdate
smart constructor.
InputLambdaProcessorUpdate' | |
|
Instances
newInputLambdaProcessorUpdate :: InputLambdaProcessorUpdate Source #
Create a value of InputLambdaProcessorUpdate
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:roleARNUpdate:InputLambdaProcessorUpdate'
, inputLambdaProcessorUpdate_roleARNUpdate
- The ARN of the new IAM role that is used to access the AWS Lambda
function.
$sel:resourceARNUpdate:InputLambdaProcessorUpdate'
, inputLambdaProcessorUpdate_resourceARNUpdate
- The Amazon Resource Name (ARN) of the new
AWS Lambda function that is used
to preprocess the records in the stream.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
inputLambdaProcessorUpdate_roleARNUpdate :: Lens' InputLambdaProcessorUpdate (Maybe Text) Source #
The ARN of the new IAM role that is used to access the AWS Lambda function.
inputLambdaProcessorUpdate_resourceARNUpdate :: Lens' InputLambdaProcessorUpdate (Maybe Text) Source #
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda