Class: Aws::CodePipeline::Types::LambdaExecutorConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Details about the configuration for the Lambda action engine, or executor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_function_arnString

The ARN of the Lambda function used by the action engine.

Returns:

  • (String)


2482
2483
2484
2485
2486
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2482

class LambdaExecutorConfiguration < Struct.new(
  :lambda_function_arn)
  SENSITIVE = []
  include Aws::Structure
end