| 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.Snowball.Types.LambdaResource
Description
Documentation
data LambdaResource Source #
Identifies
See: newLambdaResource smart constructor.
Constructors
| LambdaResource' | |
Fields
| |
Instances
newLambdaResource :: LambdaResource Source #
Create a value of LambdaResource 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:eventTriggers:LambdaResource', lambdaResource_eventTriggers - The array of ARNs for S3Resource objects to trigger the LambdaResource
objects associated with this job.
$sel:lambdaArn:LambdaResource', lambdaResource_lambdaArn - An Amazon Resource Name (ARN) that represents an Lambda function to be
triggered by PUT object actions on the associated local Amazon S3
resource.
lambdaResource_eventTriggers :: Lens' LambdaResource (Maybe [EventTriggerDefinition]) Source #
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
lambdaResource_lambdaArn :: Lens' LambdaResource (Maybe Text) Source #
An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.