You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Snowball::Types::LambdaResource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Snowball::Types::LambdaResource
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing LambdaResource as input to an Aws::Client method, you can use a vanilla Hash:
{
  lambda_arn: "ResourceARN",
  event_triggers: [
    {
      event_resource_arn: "ResourceARN",
    },
  ],
}
Identifies
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 AWS 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.
#lambda_arn ⇒ String
An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.