{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-lambda-executor-configuration-structure.json", "name": "LambdaExecutorConfiguration", "description": "Details about the configuration for the Lambda action engine, or executor.", "type": "object", "properties": { "lambdaFunctionArn": { "allOf": [ { "$ref": "#/components/schemas/LambdaFunctionArn" }, { "description": "The ARN of the Lambda function used by the action engine." } ] } }, "required": [ "lambdaFunctionArn" ] }