Amazon CodePipeline · JSON Structure

Amazon Codepipeline Lambda Executor Configuration Structure

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

Type: object Properties: 1 Required: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

LambdaExecutorConfiguration is a JSON Structure definition published by Amazon CodePipeline, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lambdaFunctionArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <code>Lambda</code> 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"
  ]
}