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
show all
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

Instance Attribute Details

#event_triggersArray<Types::EventTriggerDefinition>

The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.

Returns:

#lambda_arnString

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.

Returns:

  • (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.