Class: Aws::Lambda::Types::EventSourceMappingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

A mapping between an AWS resource and an AWS Lambda function. See CreateEventSourceMapping for details.

Instance Attribute Summary collapse

Instance Attribute Details

#batch_sizeInteger

The maximum number of items to retrieve in a single batch.

Returns:

  • (Integer)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#event_source_arnString

The Amazon Resource Name (ARN) of the event source.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#function_arnString

The ARN of the Lambda function.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#last_modifiedTime

The date that the event source mapping was last updated.

Returns:

  • (Time)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#last_processing_resultString

The result of the last AWS Lambda invocation of your Lambda function.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#stateString

The state of the event source mapping. It can be one of the following: ‘Creating`, `Enabling`, `Enabled`, `Disabling`, `Disabled`, `Updating`, or `Deleting`.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#state_transition_reasonString

The cause of the last state change, either ‘User initiated` or `Lambda initiated`.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end

#uuidString

The identifier of the event source mapping.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
# File 'lib/aws-sdk-lambda/types.rb', line 930

class EventSourceMappingConfiguration < Struct.new(
  :uuid,
  :batch_size,
  :event_source_arn,
  :function_arn,
  :last_modified,
  :last_processing_result,
  :state,
  :state_transition_reason)
  include Aws::Structure
end