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 LambdaFunctionConfiguration = LambdaFunctionConfiguration' {}
- newLambdaFunctionConfiguration :: Text -> LambdaFunctionConfiguration
- lambdaFunctionConfiguration_id :: Lens' LambdaFunctionConfiguration (Maybe Text)
- lambdaFunctionConfiguration_filter :: Lens' LambdaFunctionConfiguration (Maybe NotificationConfigurationFilter)
- lambdaFunctionConfiguration_lambdaFunctionArn :: Lens' LambdaFunctionConfiguration Text
- lambdaFunctionConfiguration_events :: Lens' LambdaFunctionConfiguration [Event]
Documentation
data LambdaFunctionConfiguration Source #
A container for specifying the configuration for Lambda notifications.
See: newLambdaFunctionConfiguration
smart constructor.
LambdaFunctionConfiguration' | |
|
Instances
newLambdaFunctionConfiguration Source #
Create a value of LambdaFunctionConfiguration
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:id:LambdaFunctionConfiguration'
, lambdaFunctionConfiguration_id
- Undocumented member.
$sel:filter':LambdaFunctionConfiguration'
, lambdaFunctionConfiguration_filter
- Undocumented member.
$sel:lambdaFunctionArn:LambdaFunctionConfiguration'
, lambdaFunctionConfiguration_lambdaFunctionArn
- The Amazon Resource Name (ARN) of the Lambda function that Amazon S3
invokes when the specified event type occurs.
$sel:events:LambdaFunctionConfiguration'
, lambdaFunctionConfiguration_events
- The Amazon S3 bucket event for which to invoke the Lambda function. For
more information, see
Supported Event Types
in the Amazon S3 User Guide.
lambdaFunctionConfiguration_id :: Lens' LambdaFunctionConfiguration (Maybe Text) Source #
Undocumented member.
lambdaFunctionConfiguration_filter :: Lens' LambdaFunctionConfiguration (Maybe NotificationConfigurationFilter) Source #
Undocumented member.
lambdaFunctionConfiguration_lambdaFunctionArn :: Lens' LambdaFunctionConfiguration Text Source #
The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.
lambdaFunctionConfiguration_events :: Lens' LambdaFunctionConfiguration [Event] Source #
The Amazon S3 bucket event for which to invoke the Lambda function. For more information, see Supported Event Types in the Amazon S3 User Guide.