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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2274
2275
2276
2277
2278
# File 'lib/aws-sdk-codepipeline/types.rb', line 2274

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