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.
1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1725 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.
1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1725 class LambdaResource < Struct.new( :lambda_arn, :event_triggers) SENSITIVE = [] include Aws::Structure end |