Class: Aws::Snowball::Types::LambdaResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::LambdaResource
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Identifies
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_triggers ⇒ Array<Types::EventTriggerDefinition>
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
-
#lambda_arn ⇒ String
An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
Instance Attribute Details
#event_triggers ⇒ Array<Types::EventTriggerDefinition>
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1607 class LambdaResource < Struct.new( :lambda_arn, :event_triggers) SENSITIVE = [] include Aws::Structure end |
#lambda_arn ⇒ String
An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1607 class LambdaResource < Struct.new( :lambda_arn, :event_triggers) SENSITIVE = [] include Aws::Structure end |