Class: Aws::CodePipeline::Types::LambdaExecutorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::LambdaExecutorConfiguration
- 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
-
#lambda_function_arn ⇒ String
The ARN of the Lambda function used by the action engine.
Instance Attribute Details
#lambda_function_arn ⇒ String
The ARN of the Lambda function used by the action engine.
2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2620 class LambdaExecutorConfiguration < Struct.new( :lambda_function_arn) SENSITIVE = [] include Aws::Structure end |